From f16a713c3697ba3d1dc4edb7408545124f4128a3 Mon Sep 17 00:00:00 2001 From: Yusuke Watanabe Date: Sat, 6 Jun 2026 20:17:15 +0900 Subject: [PATCH] fix(ci,ps168): cla.yml secret -> GH_PERSONAL_ACCESS_TOKEN This branch (main) requires a PR rather than a direct push (branch protection / repository ruleset), so the same one-line flip that landed direct on 57 other branches goes through PR here instead. Final piece of the ecosystem-wide CLA PAT secret rename. --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index f8990eba1..deb0c5898 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -20,7 +20,7 @@ jobs: uses: contributor-assistant/github-action@v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_PERSONAL_ACCESS_TOKEN }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: "signatures/cla.json" path-to-document: "https://github.com/ywatanabe1989/scitex-dev/blob/main/CLA.md"