Skip to content

Commit

Permalink
Set tflocal build script to trigger a run with auto apply
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasslash committed Aug 25, 2022
1 parent 9566777 commit db5ccf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/build-tflocal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func triggerRun(ctx context.Context, organizationName, workspaceName string) err
IsDestroy: tfe.Bool(false),
Message: tfe.String("Queued nightly from tflocal-cloud GH Actions via go-tfe"),
Workspace: wk,
AutoApply: tfe.Bool(true),
ReplaceAddrs: []string{instanceAddr, tokenAddr},
})
if err != nil {
Expand Down

0 comments on commit db5ccf0

Please sign in to comment.