Skip to content

Commit

Permalink
Use PAT for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yykamei committed Jun 29, 2021
1 parent 97addb5 commit a7dcb6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.PAT_FOR_RELEASE }}

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit a7dcb6b

Please sign in to comment.