Skip to content

Commit 9e15486

Browse files
author
Paul Schmiedmayer
committed
Use GITHUB_TOKEN to create the documentation
1 parent 69b64a8 commit 9e15486

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Publish Jazzy Docs
2424
uses: steven0351/publish-jazzy-docs@v1
2525
with:
26-
personal_access_token: ${{ secrets.ACCESS_TOKEN }}
26+
personal_access_token: ${{ secrets.GITHUB_TOKEN }}
2727
config: .jazzy.yml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: GH Release
1313
uses: softprops/action-gh-release@v0.1.5
1414
env:
15-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)