[llvm] [workflows] Use a custom token for creating backport PRs (PR #79501)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 06:42:16 PST 2024
================
@@ -61,7 +61,7 @@ jobs:
printf "%s" "$COMMENT_BODY" |
./llvm/utils/git/github-automation.py \
--repo "$GITHUB_REPOSITORY" \
- --token ${{ github.token }} \
+ --token "${{ secrets.RELEASE_WORKFLOW_PR_CREATE }}" \
----------------
tstellar wrote:
I just added issue permissions to the token.
https://github.com/llvm/llvm-project/pull/79501
More information about the llvm-commits
mailing list