Setup env variable from secret
Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
This commit is contained in:
parent
9f20115094
commit
e53e0b451e
|
@ -5,7 +5,7 @@ services:
|
|||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- RAVEN_LICENSE=${RavenDbLicense}
|
||||
- RAVEN_LICENSE=${RAVENDBLICENSE}
|
||||
- RAVEN_DATABASE=testdapr
|
||||
- RAVEN_Setup_Mode=None
|
||||
- RAVEN_License_Eula_Accepted=true
|
||||
|
|
|
@ -96,6 +96,7 @@ jobs:
|
|||
UNIQUE_ID: ${{github.run_id}}-${{github.run_attempt}}
|
||||
GOCOV_VER: "v1.1.0"
|
||||
GOTESTSUM_VER: "v1.9.0"
|
||||
RAVENDBLICENSE: ${{ secrets.RAVENDBLICENSE }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue