[llvm] [workflows] Use a custom token for creating backport PRs (PR #79501)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 06:38:36 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 }}" \
----------------
nikic wrote:

Just to double check, does this token also have permission to create issue comments? It will be used for that as well.

https://github.com/llvm/llvm-project/pull/79501


More information about the llvm-commits mailing list