Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 6cff6f8

Browse files
committed
Correct token for stefanzweifel/git-auto-commit-action
1 parent 846d137 commit 6cff6f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sitemap.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- name: Checkout pdfo.github.io
1919
uses: actions/checkout@v3
2020
with:
21+
token: ${{ secrets.GH_TOKEN }}
2122
# Set the main branch for the git-auto-commit-action action
22-
# It is otherwise undefined for any non-push event
2323
ref: ${{ github.head_ref }}
2424
# Ensure that the generate-sitemap action has access to the commit history
2525
fetch-depth: 0
@@ -57,5 +57,4 @@ jobs:
5757
commit_author: PDFO <[email protected]>
5858
commit_user_email: [email protected]
5959
commit_user_name: pdfo
60-
token: ${{ secrets.GH_TOKEN }}
6160
skip_dirty_check: true

0 commit comments

Comments
 (0)