Skip to content

Commit c755577

Browse files
authored
Merge pull request #2 from Mesomorphic/spaces
Replace GH_PAT with built-in GITHUB_TOKEN
2 parents cebfdf7 + 8fb0e30 commit c755577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs-gh-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install -r requirements.txt
2828
- name: MkDocs
2929
env:
30-
GH_PAT: ${{ secrets.GH_PAT }}
30+
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
3131
run: |
3232
git remote set-url origin https://x-access-token:${GH_PAT}@github.com/${GITHUB_REPOSITORY}.git
3333
mkdocs gh-deploy

0 commit comments

Comments
 (0)