Skip to content

Commit 1404935

Browse files
committed
try github token
1 parent f097d2c commit 1404935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auto-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828
repository: ${{ github.event.pull_request.head.repo.full_name }}
29-
token: ${{ secrets.AUTO_COMMIT_PAT }}
29+
token: ${{ secrets.GITHUB_TOKEN }}
3030
fetch-depth: 0
3131

3232
- name: Setup Rust

0 commit comments

Comments
 (0)