Closed rarichard closed 2 years ago
Hi @rarichard, I would recommend setting up this action so that it doesn't run on PRs from forks or forks themselves, but still runs once they are merged. At this time I don't believe there is a GHA best practice for running an action with secrets in forks.
AFAIK, secrets aren't available on forks, so anytime someone forks our repo the action fails to run because the LaunchDarkly secret is missing.
Any ideas to mitigate?