[PATCH] D156873: [Workflow] Run the repository sync script from GH.
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 3 05:59:01 PDT 2023
thieta added inline comments.
================
Comment at: llvm/utils/git/sync-release-repo.sh:28
git remote add $MAIN_REMOTE "https://github.com/llvm/llvm-project"
-git remote add $RELEASE_REMOTE "https://github.com/llvm/llvm-project-release-prs"
+git remote add $RELEASE_REMOTE "https://token:$GH_TOKEN@github.com/llvm/llvm-project-release-prs"
----------------
kwk wrote:
> Just to be sure: The fact that you've written `GH_TOKEN: ${{ secrets.GH_TOKEN }}` in the workflow file will hide or mask the token here, when looking at the output, right?
Yeah. It searchs the output for the string that's in the value of the column to mask it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156873/new/
https://reviews.llvm.org/D156873
More information about the llvm-commits
mailing list