Skip to content

Commit d5ce78d

Browse files
Use built in Github token instead of personal access token (#1009)
1 parent a88729e commit d5ce78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
BASE_URL: https://github.com/getzola/zola/releases/download
1313
VERS: v0.15.2
1414
ARCH: x86_64-unknown-linux-gnu
15-
# https://github.com/marketplace/actions/github-pages#warning-limitation
16-
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
15+
# https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Lint

0 commit comments

Comments
 (0)