Community PRs require Action Secrets #98
Labels
impact/reliability
Something that feels unreliable or flaky
kind/engineering
Work that is not visible to an external user
What happened?
In #96 we discovered that GitHub Secrets are not passed to workflows when the PR is from a forked repo. See the blue box here.
This means that PRs from community members will always fail CI. Pulumi engineers will have to copy the PR and push it to a branch (or merge the PR from the forked repo to a branch other than
main
) to run CI tests.This is less than ideal since it means community members won't have their PRs accepted since a new PR from a Pulumi employee is required to merge into
main
. It's also less than ideal because the process is not as streamlined as with our other repos.Steps to reproduce
Expected Behavior
Actual Behavior
Versions used
No response
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: