Skip to content

Commit ea1628c

Browse files
authored
chore: fix typo (#978)
Fix typo
1 parent 954bcbd commit ea1628c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
const runtimeUrl = process.env['ACTIONS_ID_TOKEN_REQUEST_URL']
110110
if (!runtimeUrl) {
111111
throw new Error(
112-
"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."
112+
"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 `id-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."
113113
)
114114
}
115115

0 commit comments

Comments
 (0)