Skip to content

Commit 9b165e7

Browse files
committed
new secret
1 parent 3afc2e3 commit 9b165e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727

2828
- name: Commit and push docs
2929
env:
30-
GH_TOKEN: ${{ secrets.GH_PAT }}
30+
GH_PAT: ${{ secrets.GH_PAT }}
3131
run: |
3232
git config --global user.name "github-actions[bot]"
3333
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3434
git add docs/
3535
git commit -m "Update exported docs [skip ci]" || echo "No changes to commit"
36-
git push https://x-access-token:${GH_TOKEN}@github.com/${{ github.repository }}.git HEAD:${{ github.ref_name }}
36+
git push https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}.git HEAD:${{ github.ref_name }}

0 commit comments

Comments
 (0)