Skip to content

Commit 2820645

Browse files
committed
fix: correct GitHub token reference in docs workflow for deployment
1 parent df54e81 commit 2820645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
github_token: ${{ secrets.GITHUBS_TOKEN }}
3333
publish_dir: ./docs/animated-backgrounds/2.0.0
3434
enable_jekyll: false
3535
allow_empty_commit: false

0 commit comments

Comments
 (0)