We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snippets/.github/workflows/build.yml
Lines 31 to 34 in 87948ac
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
The text was updated successfully, but these errors were encountered:
I made changes to fix the PAT-specific issue here. Builds are still failing though in the following workflow file: https://github.com/android/snippets/blob/main/.github/workflows/apply_spotless.yml. See: https://github.com/android/snippets/actions/runs/7806615803
Sorry, something went wrong.
mlykotom
No branches or pull requests
snippets/.github/workflows/build.yml
Lines 31 to 34 in 87948ac
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
The text was updated successfully, but these errors were encountered: