8000 Use auto-generated auth token · cp-algorithms/cp-algorithms@a1a690f · GitHub
[go: up one dir, main page]

Skip to content

Commit a1a690f

Browse files
committed
Use auto-generated auth token
1 parent feed538 commit a1a690f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
key: test-${{ github.event_name }}-github-users-v0.1
3030
- name: Build pages
3131
env:
32-
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.PAT_API_KEY }}
33-
MKDOCS_ENABLE_GIT_REVISION_DATE: ${{ secrets.PAT_API_KEY && 'True' || 'False' }}
34-
MKDOCS_ENABLE_GIT_COMMITTERS: ${{ secrets.PAT_API_KEY && 'True' || 'False' }}
32+
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GITHUB_TOKEN }}
33+
MKDOCS_ENABLE_GIT_REVISION_DATE: ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}
34+
MKDOCS_ENABLE_GIT_COMMITTERS: ${{ secrets.GITHUB_TOKEN && 'True' || 'False' }}
3535
run: |
3636
mkdocs build --strict
3737
- name: Upload build pages as artifact

0 commit comments

Comments
 (0)
0