Skip to content

Commit d1d2ea1

Browse files
authored
Use GITHUB_TOKEN instead of PERSONAL_ACCESS_TOKEN (#124)
1 parent 70820d6 commit d1d2ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Deploy Jazzy Docs
3939
uses: peaceiris/actions-gh-pages@v3
4040
with:
41-
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
41+
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: ./docs

0 commit comments

Comments
 (0)