Skip to content

Commit 7e7cca0

Browse files
jt55401claude
andcommitted
fix(ci): restore x-access-token format for git URL auth
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2ebf966 commit 7e7cca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
TOKEN: ${{ secrets.HTMLTRUST_PKG_TOKEN }}
2727
run: |
28-
git config --global url."https://${TOKEN}@github.com/".insteadOf "https://github.com/"
28+
git config --global url."https://x-access-token:${TOKEN}@github.com/".insteadOf "https://github.com/"
2929
composer config --global github-oauth.github.com "${TOKEN}"
3030
3131
- name: Install dependencies

0 commit comments

Comments
 (0)