From 3d452350dfb3cb6a0df80e44802729ea0198d1cc Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Sun, 11 Jun 2023 00:14:08 +0200 Subject: [PATCH] fix: Change token to be able to reach repo --- .github/workflows/seo-report.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/seo-report.yaml b/.github/workflows/seo-report.yaml index 5028b73..6a6fd44 100644 --- a/.github/workflows/seo-report.yaml +++ b/.github/workflows/seo-report.yaml @@ -15,6 +15,9 @@ concurrency: jobs: build-deploy: if: github.event.deployment_status.state == 'success' + environment: + name: github-pages + url: '' runs-on: ubuntu-latest steps: - name: Check out @@ -38,7 +41,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_PAGES_TOKEN }} publish_dir: ./.unlighthouse destination_dir: ${{ github.head_ref }}