feat/default-values #23

Merged
lanson merged 18 commits from feat/default-values into main 2024-09-16 18:26:20 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 530034556d - Show all commits

View File

@ -23,3 +23,6 @@ jobs:
role: vault role: vault
scenario: ${{ matrix.scenario}} scenario: ${{ matrix.scenario}}
test_os: ${{ matrix.test_os }} test_os: ${{ matrix.test_os }}
secrets:
VAULT_APPROLE_ID: ${{ secrets.VAULT_APPROLE_ID }}
VAULT_APPROLE_SECRET_ID: ${{ secrets.VAULT_APPROLE_SECRET_ID }}

View File

@ -16,6 +16,11 @@ on:
required: true required: true
type: string type: string
description: "On which OS to run the tests" description: "On which OS to run the tests"
secrets:
VAULT_APPROLE_ID:
required: true
VAULT_APPROLE_SECRET_ID:
required: true
jobs: jobs:
retrieve-credentials: retrieve-credentials: