This commit is contained in:
@@ -17,8 +17,8 @@ jobs:
|
|||||||
- name: Import Secrets from Vault
|
- name: Import Secrets from Vault
|
||||||
uses: https://github.com/hashicorp/vault-action@v2
|
uses: https://github.com/hashicorp/vault-action@v2
|
||||||
with:
|
with:
|
||||||
url: https://dein-vault-server.de # <--- Deine Vault URL
|
url: https://vault.familie-berner.de.de
|
||||||
token: ${{ secrets.VAULT_TOKEN }} # <--- Nur diesen einen Token musst du in Gitea hinterlegen
|
token: ${{ secrets.VAULT_TOKEN }}
|
||||||
tlsSkipVerify: false
|
tlsSkipVerify: false
|
||||||
secrets: |
|
secrets: |
|
||||||
secret/data/authelia/ssh root | SSH_PASSWORD ;
|
secret/data/authelia/ssh root | SSH_PASSWORD ;
|
||||||
|
|||||||
Reference in New Issue
Block a user