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 }}