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 59bf605 commit d2c8167Copy full SHA for d2c8167
.github/workflows/issue-release-workflow.yml
@@ -61,7 +61,7 @@ jobs:
61
printf "%s" "$COMMENT_BODY" |
62
./llvm/utils/git/github-automation.py \
63
--repo "$GITHUB_REPOSITORY" \
64
- --token ${{ github.token }} \
+ --token "${{ secrets.RELEASE_WORKFLOW_PR_CREATE }}" \
65
release-workflow \
66
--branch-repo-token ${{ secrets.RELEASE_WORKFLOW_PUSH_SECRET }} \
67
--issue-number ${{ github.event.issue.number }} \
0 commit comments