Skip to content

Commit

Permalink
Use PAT token for releases [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 7, 2021
1 parent 4557a25 commit 76eb5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
# This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# PAT via redata-bot
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
Expand Down

0 comments on commit 76eb5f7

Please sign in to comment.