Skip to content

Commit

Permalink
Use the configured COMMIT_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten-nist committed Sep 27, 2023
1 parent f1a8828 commit 9818e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9818e95

Please sign in to comment.