You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a suggestion on what can be done to mitigate this.
We need to split workflows into parts that execute code from forked repositories (which don't need access to secrets) and that process the results (e.g. publishing coverage report)
The text was updated successfully, but these errors were encountered:
As I recently discovered the secrets are not available in workflows triggered from forked repositories:
https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow
There is a suggestion on what can be done to mitigate this.
We need to split workflows into parts that execute code from forked repositories (which don't need access to secrets) and that process the results (e.g. publishing coverage report)
The text was updated successfully, but these errors were encountered: