From 9818e958bcb1ca9d89207ab09e7d69c064d3fa24 Mon Sep 17 00:00:00 2001 From: Nikita Wootten Date: Wed, 27 Sep 2023 13:51:13 -0400 Subject: [PATCH] Use the configured `COMMIT_TOKEN` secret --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index ce83d76d3..f7771f2c9 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -118,7 +118,7 @@ jobs: # crucially ignore periodic checks if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (steps.linkcheck.outcome == 'success' || github.event.inputs.ignore_linkcheck) with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.COMMIT_TOKEN }} enable_jekyll: false publish_dir: ./site/public publish_branch: nist-pages