Skip to content

Commit

Permalink
ci: add secrets to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Sep 23, 2024
1 parent 13897a3 commit 5aa1e3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
DISCORD_TOKEN = '${{ secrets.DISCORD_TOKEN }}'
GUILD_ID = '${{ secrets.GUILD_ID }}'
BOT_APIKEY = '${{ secrets.BOT_APIKEY }}'
CHANNEL_DAILY = '${{ secrets.CHANNEL_DAILY }}'
CHANNEL_SUGGEST = '${{ secrets.CHANNEL_SUGGEST }}'

0 comments on commit 5aa1e3b

Please sign in to comment.