Description
For PRs sent from a fork, the integration tests always fail since secrets for the action are not being shared. Example in #250.
From the "Actions" tab in settings:
Anyone with collaborator access to this repository can use these secrets and variables for actions. They are not passed to workflows that are triggered by a pull request from a fork.
It looks like there's a workaround that requires some additions to the workflow file to use secrets on a re-run. I'm unsure of other solutions, but I think this approach seems alright!
What type of issue is this?
Requirements
Description
For PRs sent from a fork, the integration tests always fail since secrets for the action are not being shared. Example in #250.
From the "Actions" tab in settings:
It looks like there's a workaround that requires some additions to the workflow file to use secrets on a re-run. I'm unsure of other solutions, but I think this approach seems alright!
What type of issue is this?
Requirements