Skip to content

Commit

Permalink
Secret token in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillonb committed May 11, 2024
1 parent b022be6 commit d832486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install discord
- name: Run updates
env:
DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
run: |
./update.py

0 comments on commit d832486

Please sign in to comment.