.forgejo/workflows/openbao.yml hinzugefügt
Some checks failed
Anchore Syft SBOM scan / Anchore-Build-Scan (push) Failing after 1s
CodeQL / Analyze (push) Failing after 1s
openbao / build (push) Failing after 1s
Go / build (push) Successful in 30s

This commit is contained in:
Ronny.Friedland 2025-10-20 11:28:07 +00:00
parent a50bc46701
commit 0bc6b81c8c

View file

@ -0,0 +1,23 @@
name: openbao
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Read Openbao secrets
id: read-openbao-secrets
uses: hashicorp/vault-action@v2
with:
url: https://vault-test.mms-at-work.de:8200
token: ${{ secrets.VAULT_TEST_TOKEN }}
secrets: |
testproject/test/testproject foo | FOO
- name: Echo secret value from Openbao
run: echo "$FOO"