-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Labels
Description
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?
- bug
- enhancement (feature request)
- question
- documentation related
- example code related
- testing related
- discussion
Requirements
- I've read and understood the Contributing guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've searched for any related issues and avoided creating a duplicate issue.