[PATCH] D156873: [Workflow] Run the repository sync script from GH.

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 13:30:25 PDT 2023


thieta added inline comments.


================
Comment at: .github/workflows/sync-release-repo.yml:8
+  RELEASE_BRANCH: release/17.x
+  GH_TOKEN: ${{ secrets.GH_TOKEN }}
+jobs:
----------------
asl wrote:
> We tend to use more descriptive names for tokens to ensure they are unique "per task".
Feel free to add the secret with a better name and I'll adapt the script to that name tomorrow. 


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