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
When setting dry_run:false it asks for authenticate from browser but that has to be of vm not my browser. I'm stuck at this point. How to allow this inside the vm of github actions.
Pub needs your authorization to upload packages on your behalf.
In a web browser, go to
[auth_url]
Then click "Allow access".
Waiting for your authorization...
Possible culprit can be the credentials file path.
Please fix implementation and add latest correct path.
Latest correct path - $HOME/.config/dart/pub-credentials.json
I've tried example in my workflow but it doesn't actually publishes to pub.dev. It does run dry successfully.
The text was updated successfully, but these errors were encountered: