We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f097d2c commit 1404935Copy full SHA for 1404935
.github/workflows/pr-auto-commit.yaml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
ref: ${{ github.event.pull_request.head.sha }}
28
repository: ${{ github.event.pull_request.head.repo.full_name }}
29
- token: ${{ secrets.AUTO_COMMIT_PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
30
fetch-depth: 0
31
32
- name: Setup Rust
0 commit comments