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
Forks can't get an ID token. We use this method to look up the version
we're called at: get an OIDC ID token and then use the
`job_workflow_ref` claim. We're currently hard failing when this doesn't
work, which means we throw an error for runs from forks.
It would be better to still succeed, and fall back to using the default
config.
"We're unable to look up the version of the Zizmor workflow being called, so we can't fetch the `grafana` default configuration. Zizmor's own default will be used. Is the `is-token: write` permission set? If so, is this a run from a fork? Unfortunately we're unable to do this lookup for pull requests from forks currently."
108
+
)
109
+
}
110
+
102
111
core.debug(`Attempting to retrieve ID token with audience: ${audience}...`);
0 commit comments