Skip to content

Commit 54ec11f

Browse files
wgtmackevinjqliu
andauthored
Update .github/workflows/docs.yml
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 042fdd8 commit 54ec11f

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
@@ -64,7 +64,7 @@ jobs:
6464
- name: Deploy to gh-pages
6565
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
6666
env:
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
GITHUB_TOKEN: ${{ github.token }}
6868
run: |
6969
git config --global user.name 'GitHub Actions'
7070
git config --global user.email 'actions@github.com'

0 commit comments

Comments
 (0)