Skip to content

Commit

Permalink
ci(gitlab-ci.yml): Fix Vault connection
Browse files Browse the repository at this point in the history
Relates-To: SDKCRYPTJS-119
  • Loading branch information
Laurin Theobald committed Jun 18, 2024
1 parent aa0e4a8 commit f41be6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ variables:
ENABLE_PUBLIC_ARTIFACT_PUBLISHING: 'true'
ENABLE_CONTAINER_IMAGES: 'false'

# Global defaults, set on every job that doesn't override
default:
id_tokens:
ID_TOKEN:
aud: https://vault.dracoon.net

integration-test-service:
stage: test
script:
Expand Down

0 comments on commit f41be6f

Please sign in to comment.