-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
How to allow testing from forks? #33
Comments
Yeah we've struggled with this, it's a pretty nasty shortcoming IMO. Ultimately I suppose there needs to be a step built into github like "trust this PR". Nothing related appears on the roadmap unfortunately. |
This could help https://twitter.com/hamelhusain/status/1294307330096394241?s=21 |
Nice, this actually solves the problems I was having straight away, I only wanted to merge PRs so didn't need the fork code at all. |
From my reading of the docs |
#32 illustrates that Github Actions doesn't "leak" secrets in this repo (for the testing bot) to PRs from forks.
Let's figure out how to allow PRs to be tested with the bot secret enabled.
The text was updated successfully, but these errors were encountered: