Skip to content

Commit

Permalink
add stronghold token
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Vasilenko <5184586+mvasl@users.noreply.github.com>
  • Loading branch information
mvasl committed Dec 2, 2024
1 parent ef27ba3 commit e355d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ cleanup:
{{- $_ := set . "OBSERVABILITY_SOURCE_REPO" (env "OBSERVABILITY_SOURCE_REPO" | default "https://example.com") }}

# Stronghold repo access for building d8 cli
{{- $_ := set . "STRONGHOLD_PULL_TOKEN" (env "STRONGHOLD_PULL_TOKEN") }}
{{- $_ := set . "DECKHOUSE_PRIVATE_REPO" (env "DECKHOUSE_PRIVATE_REPO") }}
{{- $_ := set . "STRONGHOLD_PULL_TOKEN" (env "STRONGHOLD_PULL_TOKEN") }}

# goproxy settings
{{- $_ := set . "GOPROXY" (env "GOPROXY") }}
Expand Down

0 comments on commit e355d93

Please sign in to comment.