Skip to content

Commit aa0c58a

Browse files
committed
CI: change access token to PAT
1 parent 4513522 commit aa0c58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
cd gh-pages
223223
git config user.name "github-actions[bot]"
224224
git config user.email "github-actions[bot]@users.noreply.github.com"
225-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
225+
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}
226226
git add .
227227
git commit -m "Deploy coverage: ${{ steps.meta.outputs.folder }}"
228228
git push origin gh-pages

0 commit comments

Comments
 (0)