Skip to content

Conversation

mutahhir
Copy link
Member

@mutahhir mutahhir commented Sep 2, 2025

Description

Counterpart to https://github.com/hashicorp/atlas/pull/24700 where we're adding support for Action invocation addresses within the CreateRun API.

Testing plan

External links

Output from tests

Including output from tests may require access to a TFE instance. Ignore this section if you have no environment to test against.

$ TFE_ADDRESS="https://example" TFE_TOKEN="example" go test ./... -v -run  TestRunsCreate/with_action_invocations

=== RUN   TestRunsCreate
=== RUN   TestRunsCreate/with_action_invocations
--- PASS: TestRunsCreate (1.47s)
    --- PASS: TestRunsCreate/with_action_invocations (0.43s)
=== RUN   TestTestRunsCreate
    helper_test.go:1688: Export a valid GITHUB_REGISTRY_MODULE_IDENTIFIER before running this test
--- SKIP: TestTestRunsCreate (0.48s)
PASS
ok      github.com/hashicorp/go-tfe     2.203s

Rollback Plan

Changes to Security Controls

@mutahhir mutahhir marked this pull request as ready for review September 15, 2025 16:05
@mutahhir mutahhir requested a review from a team as a code owner September 15, 2025 16:05
@@ -1,5 +1,7 @@
# Unreleased

* Add `invoke-action-addrs` to `CreateRunOptions` by @mutahhir [#1206](https://github.com/hashicorp/go-tfe/pull/1206)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Add `invoke-action-addrs` to `CreateRunOptions` by @mutahhir [#1206](https://github.com/hashicorp/go-tfe/pull/1206)
* Add BETA support for Action invocations via `CreateRunOptions` by @mutahhir [#1206](https://github.com/hashicorp/go-tfe/pull/1206)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's include a note about the beta here and then this is good to go ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants