[all-commits] [llvm/llvm-project] b1dace: workflows: Use correct access token when pushing t...

Tom Stellard via All-commits all-commits at lists.llvm.org
Wed Jul 27 20:16:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1dace63b1e64dc501f964ade5aa62bb7ff6f9cf
      https://github.com/llvm/llvm-project/commit/b1dace63b1e64dc501f964ade5aa62bb7ff6f9cf
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-07-27 (Wed, 27 Jul 2022)

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

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




More information about the All-commits mailing list