feat: adjust action to new binary
All checks were successful
Release Secrets Manager Action / build (push) Successful in 42s
All checks were successful
Release Secrets Manager Action / build (push) Successful in 42s
This commit is contained in:
parent
cc0c27a4e9
commit
96232d6de3
2 changed files with 12 additions and 17 deletions
|
|
@ -10,6 +10,7 @@
|
|||
| vault_password | Your Secrets Manager Password, a random generated password provided by the STACKIT Portal | - |
|
||||
| vault_path | The Path to your Secret can be some like this: "test" or "folder/test" | - |
|
||||
| debug | true or false, enable or disable Debug Logging | false |
|
||||
| version | version of action, default says v0 but it should be the same as in the git ref. See [releases](https://stackit-solutions.git.onstackit.cloud/actions/secretsmanager/releases). | v0 |
|
||||
|
||||
## usage
|
||||
|
||||
|
|
@ -36,7 +37,7 @@ jobs:
|
|||
steps:
|
||||
- name: Fetch secrets from STACKIT Secrets Manager
|
||||
id: secrets
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/secretsmanager@main
|
||||
uses: https://stackit-solutions.git.onstackit.cloud/actions/secretsmanager@v0
|
||||
with:
|
||||
# vault_addr: 'https://prod.sm.eu01.stackit.cloud' # Optional - uses default STACKIT endpoint
|
||||
vault_id: ${{ secrets.VAULT_ID }} # Your Secrets Manager ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue