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 cc1a1ef commit 79e60c8
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 @@ -55,4 +55,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 79e60c8

Please sign in to comment.