Skip to content

Commit

Permalink
Merge pull request #49 from C0casio45/hotfix/deploy_token
Browse files Browse the repository at this point in the history
🚑 add token to env
  • Loading branch information
C0casio45 authored May 3, 2022
2 parents c778fd1 + a5ccdd4 commit 30fc4a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
GUID: ${{ secrets.GUID }}
HUBID: ${{ secrets.HUBID }}
CLIENTAPIKEY: ${{ secrets.CLIENTAPIKEY }}
FACEITTOKEN: ${{ secrets.FACEITTOKEN }}
run: echo "{\"token\":\"$DISCORDTOKEN\",\"folder\":\"$FOLDER\",\"logs\":\"$LOGS\",\"faceit\":{\"token\":\"$FACEITTOKEN\",\"guid\":\"$GUID\",\"hubId\":\"$HUBID\",\"clientAPIKey\":\"$CLIENTAPIKEY\"}}" > /var/www/bot/discord/config.json
- name: Create DBConnect.js
env:
Expand Down

0 comments on commit 30fc4a8

Please sign in to comment.