Skip to content

Commit c4306d2

Browse files
committed
fix: Add environment variable for Pulumi config passphrase in Cookiecutter test step
Signed-off-by: Steffen Exler <linuxluigi@users.noreply.github.com>
1 parent d4e1c82 commit c4306d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242
run: pulumi login --local
4343

4444
- name: Cookiecutter test
45+
env:
46+
PULUMI_CONFIG_PASSPHRASE: k8s-on-hetzner-with-talos-rockz
4547
run: make test-cookiecutter

0 commit comments

Comments
 (0)