Skip to content

Commit

Permalink
v1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Mar 1, 2024
1 parent 3c29dfe commit 8a1bf89
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,15 @@ These input values must be the same as any [`dflook/terraform-plan`](https://git
- Type: string
- Optional

* `GITHUB_DOT_COM_TOKEN`

This is used to specify a token for GitHub.com when the action is running on a GitHub Enterprise instance.
This is only used for downloading OpenTofu binaries from GitHub.com.
If this is not set, an unauthenticated request will be made to GitHub.com to download the binary, which may be rate limited.

- Type: string
- Optional

* `TERRAFORM_CLOUD_TOKENS`

API tokens for cloud hosts, of the form `<host>=<token>`. Multiple tokens may be specified, one per line.
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ outputs:

runs:
using: docker
image: docker://danielflook/terraform-github-actions@sha256:31f49b44966fdd5a6595ba90b8ca2d0226199f82c8bc1826654b00b5d8e04fc3
image: docker://danielflook/terraform-github-actions@sha256:7be9bab5458a1d2b235d28f35718383221867b3b7e91a0d335d24dcf7d0b7ce1
entrypoint: /entrypoints/apply.sh

branding:
Expand Down

0 comments on commit 8a1bf89

Please sign in to comment.