Skip to content

Commit 50c684e

Browse files
committed
🔖 v1.42.0
1 parent c270ae8 commit 50c684e

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,20 @@ The actions are versioned as a suite. Some actions may have no change in behavio
1111

1212
When using an action you can specify the version as:
1313

14-
- `@v1.41.2` to use an exact release
15-
- `@v1.41` to use the latest patch release for the specific minor version
14+
- `@v1.42.0` to use an exact release
15+
- `@v1.42` to use the latest patch release for the specific minor version
1616
- `@v1` to use the latest patch release for the specific major version
1717

18+
## [1.42.0] - 2024-03-01
19+
20+
### Added
21+
- A new `GITHUB_DOT_COM_TOKEN` environment variable may be set to an authentication token to use for GitHub.com API requests.
22+
23+
This is only useful to avoid rate limiting when using the actions with GitHub Enterprise together with OpenTofu.
24+
25+
Normally the `GITHUB_TOKEN` environment variable is used for API requests. When using GitHub Enterprise, the `GITHUB_TOKEN` is the token for the GitHub Enterprise instance, and not the GitHub.com API.
26+
OpenTofu requires the GitHub.com API to fetch release information.
27+
1828
## [1.41.2] - 2024-02-11
1929

2030
### Fixed
@@ -650,6 +660,7 @@ First release of the GitHub Actions:
650660
- [dflook/terraform-new-workspace](terraform-new-workspace)
651661
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
652662

663+
[1.42.0]: https://github.com/dflook/terraform-github-actions/compare/v1.41.2...v1.42.0
653664
[1.41.2]: https://github.com/dflook/terraform-github-actions/compare/v1.41.1...v1.41.2
654665
[1.41.1]: https://github.com/dflook/terraform-github-actions/compare/v1.41.0...v1.41.1
655666
[1.41.0]: https://github.com/dflook/terraform-github-actions/compare/v1.40.0...v1.41.0

0 commit comments

Comments
 (0)