workflows: Use correct access token when pushing to llvm-project-release-prs repo
commitb1dace63b1e64dc501f964ade5aa62bb7ff6f9cf
authorTom Stellard <tstellar@redhat.com>
Thu, 28 Jul 2022 03:13:21 +0000 (27 20:13 -0700)
committerTom Stellard <tstellar@redhat.com>
Thu, 28 Jul 2022 03:14:54 +0000 (27 20:14 -0700)
tree0fc9323231bd912cfd22ca015cf60e84d2ce337c
parentdbda30e2947b0c1339bb080b21475b2a44ca5fd5
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.
.github/workflows/issue-release-workflow.yml