Skip to content

Commit

Permalink
Use admin token for publishing release (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Sep 6, 2021
1 parent cb0629b commit 72c17ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
poetry run python script/publish_release.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}

0 comments on commit 72c17ea

Please sign in to comment.