Skip to content

Commit 93ac677

Browse files
committed
CI: add auth lines to workflow
1 parent 187a333 commit 93ac677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ jobs:
220220
- name: Push to GitHub Pages
221221
run: |
222222
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 }}
223226
git add .
224227
git commit -m "Deploy coverage: ${{ steps.meta.outputs.folder }}"
225228
git push origin gh-pages

0 commit comments

Comments
 (0)