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 45c22e9 commit c7ddbe3
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ on:

jobs:
build_maven_pipeline:
name: Build Maven Pipeline
runs-on: [self-hosted-linux]
steps:
- 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 }}
- 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 }}



Expand Down

0 comments on commit c7ddbe3

Please sign in to comment.