github: Fix automated PR creation for backports
authorTom Stellard <tstellar@redhat.com>
Sat, 5 Feb 2022 06:22:01 +0000 (22:22 -0800)
committerTom Stellard <tstellar@redhat.com>
Sat, 5 Feb 2022 06:22:01 +0000 (22:22 -0800)
commit9bbe44fb9d692047a3b35a691e85f32fbb4ae3b6
tree24ad204410aa54a25e4d9f6543b10e29a410a707
parentc6f0940d99644cd03cf6affb030205125b7cd0fb
github: Fix automated PR creation for backports

GitHub Actions stores the token used for checking out a git repo in
the git configuration and then uses that token for pushes from that
repo too.  We need to use a different token for push because we
are pushing to the llvmbot/llvm-project repo and not the upstream repo,
so we need to disable persist-credentials when checking out the source.
.github/workflows/issue-release-workflow.yml