You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,20 @@ The actions are versioned as a suite. Some actions may have no change in behavio
11
11
12
12
When using an action you can specify the version as:
13
13
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
16
16
-`@v1` to use the latest patch release for the specific major version
17
17
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
+
18
28
## [1.41.2] - 2024-02-11
19
29
20
30
### Fixed
@@ -650,6 +660,7 @@ First release of the GitHub Actions:
0 commit comments