Skip to content

Commit

Permalink
release-action: Correct token (#335)
Browse files Browse the repository at this point in the history
* use readme.md instead of changelog.md

* use correct token

* use other token

* pr token updated
  • Loading branch information
foxriver76 authored Jul 21, 2024
1 parent 0bcaf25 commit e86380f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PR_TOKEN }}
commit-message: "[OFFICIAL RELEASE] ${{ steps.version.outputs.result }}"
committer: foxriver76 <[email protected]>
author: foxriver76 <[email protected]>
Expand Down

0 comments on commit e86380f

Please sign in to comment.