Skip to content

Commit e53e0b4

Browse files
committed
Setup env variable from secret
Signed-off-by: Nemanja Malocic <[email protected]>
1 parent 9f20115 commit e53e0b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/infrastructure/docker-compose-ravendb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
ports:
66
- "8080:8080"
77
environment:
8-
- RAVEN_LICENSE=${RavenDbLicense}
8+
- RAVEN_LICENSE=${RAVENDBLICENSE}
99
- RAVEN_DATABASE=testdapr
1010
- RAVEN_Setup_Mode=None
1111
- RAVEN_License_Eula_Accepted=true

.github/workflows/conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
UNIQUE_ID: ${{github.run_id}}-${{github.run_attempt}}
9797
GOCOV_VER: "v1.1.0"
9898
GOTESTSUM_VER: "v1.9.0"
99+
RAVENDBLICENSE: ${{ secrets.RAVENDBLICENSE }}
99100
defaults:
100101
run:
101102
shell: bash

0 commit comments

Comments
 (0)