Skip to content

Commit 99d0175

Browse files
jt55401claude
andcommitted
fix(ci): restore x-access-token format, use repo-level secret
Org secrets weren't propagating. Switched to repo-level secrets and restored x-access-token:TOKEN format for fine-grained PAT. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1497006 commit 99d0175

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
env:
3131
TOKEN: ${{ secrets.HTMLTRUST_PKG_TOKEN }}
3232
run: |
33-
git config --global url."https://${TOKEN}@github.com/".insteadOf "https://github.com/"
34-
git config --global url."https://${TOKEN}@github.com/".insteadOf "ssh://git@github.com/"
33+
git config --global url."https://x-access-token:${TOKEN}@github.com/".insteadOf "https://github.com/"
34+
git config --global url."https://x-access-token:${TOKEN}@github.com/".insteadOf "ssh://git@github.com/"
3535
3636
- name: Install dependencies
3737
run: npm ci

0 commit comments

Comments
 (0)