[all-commits] [llvm/llvm-project] 9bbe44: github: Fix automated PR creation for backports

Tom Stellard via All-commits all-commits at lists.llvm.org
Fri Feb 4 22:25:07 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bbe44fb9d692047a3b35a691e85f32fbb4ae3b6
      https://github.com/llvm/llvm-project/commit/9bbe44fb9d692047a3b35a691e85f32fbb4ae3b6
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M .github/workflows/issue-release-workflow.yml

  Log Message:
  -----------
  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.




More information about the All-commits mailing list