Skip to content

Commit

Permalink
Merge pull request #2494 from github/rvermeulen/use-workflow-token
Browse files Browse the repository at this point in the history
Use workflow token for `update-release-branch.py`
  • Loading branch information
rvermeulen committed Sep 20, 2024
2 parents 799e477 + a41f61f commit 323f5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
echo SOURCE_BRANCH=${SOURCE_BRANCH}
echo TARGET_BRANCH=${TARGET_BRANCH}
python .github/update-release-branch.py \
--github-token ${GITHUB_TOKEN} \
--github-token ${{ secrets.GITHUB_TOKEN }} \
--repository-nwo ${{ github.repository }} \
--source-branch ${SOURCE_BRANCH} \
--target-branch ${TARGET_BRANCH} \
Expand Down

0 comments on commit 323f5ef

Please sign in to comment.