Skip to content

Commit

Permalink
🚑 add token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
C0casio45 committed May 3, 2022
1 parent 9c795b0 commit a5ccdd4
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 a5ccdd4

Please sign in to comment.