mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
workflows: Use correct access token when pushing to llvm-project-release-prs repo
The checkout action will hard-code the default github actions token in the git config so that all pushes use it. We need to set persist-credentials=false so we can use a token that has permission to push to the llvm-project-release-prs repo.
This commit is contained in:
2
.github/workflows/issue-release-workflow.yml
vendored
2
.github/workflows/issue-release-workflow.yml
vendored
@@ -72,6 +72,8 @@ jobs:
|
||||
steps:
|
||||
- name: Fetch LLVM sources
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Setup Environment
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user