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 [[ -z"${ACTIONS_ID_TOKEN_REQUEST_URL}" ]] && [[ -z"${ACTIONS_ID_TOKEN_REQUEST_TOKEN}" ]];then
4
-
echo"==> No GitHub OIDC token found, skipping..."
4
+
echo"::error:: The job or workflow run requires a permissions setting with id-token: write.\nYou won't be able to request the OIDC JWT ID token if the permissions setting for id-token is set to read or none.\nThe \`id-token: write\` setting allows the JWT to be requested from GitHub's OIDC provider."
0 commit comments