[PATCH] D156873: [Workflow] Run the repository sync script from GH.
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 13:02:03 PDT 2023
asl added inline comments.
================
Comment at: .github/workflows/sync-release-repo.yml:8
+ RELEASE_BRANCH: release/17.x
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
+jobs:
----------------
We tend to use more descriptive names for tokens to ensure they are unique "per task".
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