Skip to content

Commit

Permalink
Use PAT for trigger github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed Aug 13, 2023
1 parent 21c65c3 commit 6892242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PAT }}
commit-message: "chore(release): v${{ env.PACKAGE_VERSION }}"
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
Expand Down

0 comments on commit 6892242

Please sign in to comment.