Skip to content

Commit

Permalink
.github/workflows/_merge_into_release.yml : Use RELEASE_TOKEN instead…
Browse files Browse the repository at this point in the history
… of GITHUB_TOKEN
  • Loading branch information
ClaasRostock committed Nov 8, 2024
1 parent e3882f3 commit f0cacc6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/_merge_into_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ jobs:
with:
type: now
target_branch: release
# @TODO: A dedicated RELEASE_TOKEN should be created in the repo settings
# and used for this task when in production.
# It is set here to the default GITHUB_TOKEN only
# for demonstration purposes, enabling the workflow in the repo template
# to run without additional configuration.
# github_token: ${{ secrets.RELEASE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.RELEASE_TOKEN }}

0 comments on commit f0cacc6

Please sign in to comment.