Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 8211a6f

Browse files
Use WORKFLOW_TOKEN secret token
1 parent e809c67 commit 8211a6f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
61+
with:
62+
# Fine-grained PAT with contents:write and workflows:write scopes
63+
token: ${{ secrets.WORKFLOW_TOKEN }}
6164
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
6265
with:
6366
EXECUTE_COMMANDS: |

0 commit comments

Comments
 (0)