From 5bd6a71ab574fcdccaf470033bfd17044298d107 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 21 Apr 2022 17:26:54 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e20345375..5022d4c75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: BASE_URL: https://github.com/getzola/zola/releases/download VERS: v0.15.2 ARCH: x86_64-unknown-linux-gnu - # https://github.com/marketplace/actions/github-pages#warning-limitation - GITHUB_PAT: ${{ secrets.GITHUB_PAT }} + # https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v2 - name: Lint