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
Our lib/github/deployment.js just checks the presence of a token to decide if it should attempt the deployment API. But in GH actions, there is a token, just a read-only one, so it actually fails.
Tasks:
Detect read-only token and skip deployment actions
The text was updated successfully, but these errors were encountered:
Our
lib/github/deployment.js
just checks the presence of a token to decide if it should attempt the deployment API. But in GH actions, there is a token, just a read-only one, so it actually fails.Tasks:
The text was updated successfully, but these errors were encountered: