1
0
Fork 0

Merging upstream version 0.8.14.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-06-06 05:02:55 +02:00
parent 0717eaffc4
commit a113feda99
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 78 additions and 1 deletions

View file

@ -26,7 +26,19 @@ jobs:
- lint
- test
generate-manifests:
uses: ./.github/workflows/generate-manifests.yaml
needs:
- build
secrets: inherit
permissions:
packages: write
contents: read
attestations: write
id-token: write
update-go-docs:
uses: ./.github/workflows/update-go-docs.yaml
needs:
- build
- generate-manifests