We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fafd05 commit 9d86a67Copy full SHA for 9d86a67
.github/workflows/test-initdemo.yaml
@@ -12,4 +12,6 @@ jobs:
12
- name: Install dependencies
13
run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | bash
14
- name: Build Stack
15
+ env:
16
+ OCTOPUS_SERVER_BASE64_LICENSE: ${{secrets.OCTOPUS_SERVER_BASE64_LICENSE}}
17
run: ./initdemo.sh
0 commit comments