-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Description
snippets/.github/workflows/build.yml
Lines 31 to 34 in 87948ac
steps: | |
- uses: actions/checkout@v3 | |
with: | |
token: ${{ secrets.PAT}} |
The checkout build step uses a secret PAT, which forks don't have access to, so the build step immediately fails for any PRs opened from a fork.
Example PR: #178
Metadata
Metadata
Assignees
Labels
No labels