Skip to content

Commit d1155e1

Browse files
authored
Merge pull request #460 from ukkopahis/20211214-workflow-github_token
use GITHUB_TOKEN for better security
2 parents 8914f68 + d3f67d1 commit d1155e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)