We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 294a9d9 + 3b3a4a6 commit 574aaa5Copy full SHA for 574aaa5
.github/workflows/update-release-branch.yml
@@ -134,7 +134,7 @@ jobs:
134
echo SOURCE_BRANCH=${SOURCE_BRANCH}
135
echo TARGET_BRANCH=${TARGET_BRANCH}
136
python .github/update-release-branch.py \
137
- --github-token ${GITHUB_TOKEN} \
+ --github-token ${{ steps.app-token.outputs.token }} \
138
--repository-nwo ${{ github.repository }} \
139
--source-branch ${SOURCE_BRANCH} \
140
--target-branch ${TARGET_BRANCH} \
0 commit comments