Skip to content

Commit

Permalink
Add GITHUB_TOKEN as an environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Nov 22, 2020
1 parent 3aefc12 commit 75da74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
run: |
cd data
python deploy.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 75da74d

Please sign in to comment.