Skip to content

Commit

Permalink
correct? level
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Jan 9, 2025
1 parent c7ddbe3 commit 800f684
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ on:

jobs:
build_maven_pipeline:
- name: Tekst workflow
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/build_maven_pipeline@main
with:
ENVIRONMENT: stage
JDK_VERSION: 17
MAVEN_VERSION: 3.9.6
USE_MAVEN_PROXY_SETTINGS: true
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}
VAULT_SECRET_PATH: kv/team/text/data
VAULT_ROLE_ID: ${{ secrets.VAULT_ROLE_ID }}
VAULT_SECRET_ID: ${{ secrets.VAULT_SECRET_ID }}
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/build_maven_pipeline@main
with:
ENVIRONMENT: stage
JDK_VERSION: 17
MAVEN_VERSION: 3.9.6
USE_MAVEN_PROXY_SETTINGS: true
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}
VAULT_SECRET_PATH: kv/team/text/data
VAULT_ROLE_ID: ${{ secrets.VAULT_ROLE_ID }}
VAULT_SECRET_ID: ${{ secrets.VAULT_SECRET_ID }}



Expand Down

0 comments on commit 800f684

Please sign in to comment.