Skip to content

Commit

Permalink
Update prepare-release.yml to use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Mar 4, 2024
1 parent 99f83d2 commit f1dd985
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 @@ -36,4 +36,4 @@ jobs:
draft: false
body: An automated PR for next release.
commit-message: Prepare for ${{ steps.update-changelog.outputs.new-version }}
token: ${{ secrets.REALM_CI_PAT }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1dd985

Please sign in to comment.