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 you configure this workflow with insufficient permissions, e.g. the actions: read or checks: read missing, the action emits a warning but does not fail. Example
try{checkSuite=awaitgetCompletedCheckSuite(octokit,{node_id: e.workflow_run.check_suite_node_id})}catch(error){core.warning(`Could not get the check suite: ${String(error)}`)}
Is this intended? Should it be configurable with action inputs to make it fail instead of just warning?