/setup-doctl

Enable GitHub developers to connect to DigitalOcean using GitHub Actions

Primary LanguageTypeScriptMIT LicenseMIT

Setup doctl

Install a specific version of doctl binary on the runner.

Acceptable values are 'latest' or any semantic version string like 1.32.3. Use this action in workflow to define which version of doctl will be used.

- uses: musagen/setup-doctl@master
  with:
    version: '<version>' # default is 'latest'
    token: '<DigitalOceanToken>' # required

Refer to the action metadata file for details about all the inputs https://github.com/musagen/setup-doctl/blob/master/action.yml