Skip to content

Commit

Permalink
Merge pull request #2492 from github/smowton/admin/try-using-app-toke…
Browse files Browse the repository at this point in the history
…n-to-backport

Backport workflow: try using the app token
  • Loading branch information
smowton committed Sep 19, 2024
2 parents 294a9d9 + 3b3a4a6 commit 574aaa5
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 ${{ steps.app-token.outputs.token }} \
--repository-nwo ${{ github.repository }} \
--source-branch ${SOURCE_BRANCH} \
--target-branch ${TARGET_BRANCH} \
Expand Down

0 comments on commit 574aaa5

Please sign in to comment.