Skip to content

Commit 7fb8883

Browse files
Update update-docs-index.yml
1 parent 71d5633 commit 7fb8883

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/update-docs-index.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
run: npm run generate-docs-index
2828

2929
- name: Commit and push changes
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
run: |
31-
git config user.name "GitHub Actions [Bot]"
32-
git config user.email "bot@github.com"
3333
git add index.html
3434
git commit -m "Auto-update docs index" || echo "No changes to commit"
3535
git push
36+

0 commit comments

Comments
 (0)