Skip to content

Commit

Permalink
use pat in release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Jun 10, 2022
1 parent 4e05624 commit 96aee52
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 @@ -80,7 +80,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.THIS_PAT }}
with:
tag_name: ${{ inputs.version }}
release_name: ${{ inputs.version }}
Expand Down

0 comments on commit 96aee52

Please sign in to comment.