Skip to content

Commit 0ef3ffe

Browse files
committed
Fixed env vars
1 parent 9d86a67 commit 0ef3ffe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-initdemo.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ jobs:
1010
with:
1111
fetch-depth: 0
1212
- name: Install dependencies
13-
run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | bash
13+
run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | sudo bash
1414
- name: Build Stack
1515
env:
1616
OCTOPUS_SERVER_BASE64_LICENSE: ${{secrets.OCTOPUS_SERVER_BASE64_LICENSE}}
17+
TF_VAR_docker_username: ${{secrets.DOCKERHUB_USERNAME}}
18+
TF_VAR_docker_password: ${{secrets.DOCKERHUB_TOKEN}}
1719
run: ./initdemo.sh

0 commit comments

Comments
 (0)