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...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
I've seen some closed tickets related to missing binaries, with a fallback solution in place. Creating a new ticket, as it appears that your release process is removing all your...
Resolves unused error variable issues in catch blocks and rebuilds dist/index.js for lint compliance.
To prevent a reoccurrence of https://github.com/digitalocean/action-doctl/issues/90, we should gracefully fallback to the previous version if doctl release contains no assets when installing `latest`.