We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88729e commit d5ce78dCopy full SHA for d5ce78d
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ jobs:
12
BASE_URL: https://github.com/getzola/zola/releases/download
13
VERS: v0.15.2
14
ARCH: x86_64-unknown-linux-gnu
15
- # https://github.com/marketplace/actions/github-pages#warning-limitation
16
- GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
+ # https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
steps:
18
- uses: actions/checkout@v2
19
- name: Lint
0 commit comments