Skip to content

Commit 2fff43b

Browse files
authored
Update GitHub token in workflow configuration
1 parent d80b664 commit 2fff43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Deploy MkDocs
1616
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

0 commit comments

Comments
 (0)