action-doctl
action-doctl copied to clipboard
GitHub Actions for DigitalOcean - doctl
Followed this guide: https://docs.digitalocean.com/products/kubernetes/how-to/deploy-using-github-actions/ Access token with read/write always fails authentication.
Great! But what if I want to deploy into a droplet app with docker?
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
The login action currently requests scope "read write", meaning a "full access" token is required. Digital Ocean access tokens now supports more granular scopes, but using a token with only...
I encountered an error while using the doctl installer in my CI/CD pipeline. The process fails with an authentication error, preventing the successful execution of subsequent tasks. The token used...