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
If a signer has enabled GitHub Actions in their fork, running tuf-on-ci-sign <event> leads to signing-event workflow running on their fork too: this is confusing so undesirable
The easy solution is likely if: github.repository_owner == 'upstream-org-name' in the workflow but we can't include that in the template workflow: it has to be done by each project
Alternatively we could make the action a no-op if the repository is a fork in general... that sounds like it could backfire
The text was updated successfully, but these errors were encountered:
If a signer has enabled GitHub Actions in their fork, running
tuf-on-ci-sign <event>
leads to signing-event workflow running on their fork too: this is confusing so undesirableif: github.repository_owner == 'upstream-org-name'
in the workflow but we can't include that in the template workflow: it has to be done by each projectThe text was updated successfully, but these errors were encountered: