Skip to content

Commit 9d86a67

Browse files
committed
Fixed env vars
1 parent 7fafd05 commit 9d86a67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-initdemo.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ jobs:
1212
- name: Install dependencies
1313
run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | bash
1414
- name: Build Stack
15+
env:
16+
OCTOPUS_SERVER_BASE64_LICENSE: ${{secrets.OCTOPUS_SERVER_BASE64_LICENSE}}
1517
run: ./initdemo.sh

0 commit comments

Comments
 (0)