Skip to content

Commit

Permalink
Merge pull request #145 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
digitalocean update
  • Loading branch information
jeffreyaven authored May 3, 2024
2 parents 0d49c39 + 02ebc75 commit cb6805a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/digitalocean-docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ REGISTRY PULL digitalocean;

The following system environment variables are used for authentication by default:

- <CopyableCode code="DIGITALOCEAN_ACCESS_TOKEN" /> - DigitalOcean API token (see [How to Create a Personal Access Token](https://docs.digitalocean.com/reference/api/create-personal-access-token/))
- <CopyableCode code="DIGITALOCEAN_ACCESS_TOKEN" /> - DigitalOcean API token (see <a href="https://docs.digitalocean.com/reference/api/create-personal-access-token/">How to Create a Personal Access Token</a>)

These variables are sourced at runtime (from the local machine or as CI variables/secrets).

Expand Down
2 changes: 1 addition & 1 deletion scripts/docgen/provider_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
'digitalocean': {
'custom': False,
'variables': """
- <CopyableCode code="DIGITALOCEAN_ACCESS_TOKEN" /> - DigitalOcean API token (see [How to Create a Personal Access Token](https://docs.digitalocean.com/reference/api/create-personal-access-token/))
- <CopyableCode code="DIGITALOCEAN_ACCESS_TOKEN" /> - DigitalOcean API token (see <a href="https://docs.digitalocean.com/reference/api/create-personal-access-token/">How to Create a Personal Access Token</a>)
""",
'linux': """
AUTH='{ "digitalocean": { "type": "bearer", "credentialsenvvar": "YOUR_DIGITALOCEAN_TOKEN_VAR" }}'
Expand Down

0 comments on commit cb6805a

Please sign in to comment.