We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294a9d9 commit 3b3a4a6Copy full SHA for 3b3a4a6
.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