Skip to content

Commit

Permalink
ci: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Jul 30, 2024
1 parent 7188f3f commit 7ac17cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/project/stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func (p *Project) Run(ctx context.Context, input *StackInput) error {
}
for key, value := range secrets {
env["SST_SECRET_"+key] = value
}
env["PULUMI_CONFIG_PASSPHRASE"] = passphrase
env["PULUMI_SKIP_UPDATE_CHECK"] = "true"
env["PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION"] = "true"
Expand Down

0 comments on commit 7ac17cf

Please sign in to comment.