We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4513522 commit aa0c58aCopy full SHA for aa0c58a
.github/workflows/test-tag.yml
@@ -222,7 +222,7 @@ jobs:
222
cd gh-pages
223
git config user.name "github-actions[bot]"
224
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 }}
+ git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}
226
git add .
227
git commit -m "Deploy coverage: ${{ steps.meta.outputs.folder }}"
228
git push origin gh-pages
0 commit comments