Skip to content

Commit

Permalink
add token to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzn committed Apr 14, 2021
1 parent c141745 commit 417a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "1. Clone repository"
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_WORKFLOW_TOKEN }}
fetch-depth: '1'

- name: "2. Set up Python 3.8"
Expand Down

0 comments on commit 417a11b

Please sign in to comment.