Skip to content

Commit

Permalink
set vault secrets to pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir committed Jan 10, 2025
1 parent 163e243 commit e12e979
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ jobs:
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/maven-check.yml@main
with:
JDK_VERSION: 17
MAVEN_VERSION: 3.9.6
MAVEN_VERSION: 3.9.6
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 }}

0 comments on commit e12e979

Please sign in to comment.