Merging upstream version 0.8.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0717eaffc4
commit
a113feda99
3 changed files with 78 additions and 1 deletions
12
.github/workflows/release-production.yaml
vendored
12
.github/workflows/release-production.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue