Setup env variable from secret

Signed-off-by: Nemanja Malocic <n.malocic@vegait.rs>
This commit is contained in:
Nemanja Malocic 2025-07-29 15:39:52 +02:00
parent 9f20115094
commit e53e0b451e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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