Skip to content

Commit ea0e88f

Browse files
committed
See what happens with the old token
1 parent c878b0a commit ea0e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
# Push branch
219219
git push --set-upstream origin "${NEW_BRANCH}"
220220
# Create pull request
221-
pr_number=$(python scripts/gha/create_pull_request.py --token ${{ secrets.GITHUB_TOKEN }} --head "${NEW_BRANCH}" --base "${{ github.event.inputs.baseBranch }}" --title "${commit_title}" --body "${commit_body}")
221+
pr_number=$(python scripts/gha/create_pull_request.py --token ${{ steps.generate-token.outputs.token }} --head "${NEW_BRANCH}" --base "${{ github.event.inputs.baseBranch }}" --title "${commit_title}" --body "${commit_body}")
222222
echo "created_pr_number=${pr_number}" >> $GITHUB_OUTPUT
223223
else
224224
echo "::warning ::No changes detected, won't create pull request."

0 commit comments

Comments
 (0)