feat/default-values #23
@ -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 }}
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user