Skip to content

Commit 7a0f6e7

Browse files
authored
ci: fix flavor build workflow as well
1 parent 974d2d4 commit 7a0f6e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
TEST_GITHUB_TOTP_SECRET: ${{ secrets.TEST_GITHUB_TOTP_SECRET }}
4444
permissions:
4545
actions: read # is needed by anchore/sbom-action to find workflow artifacts when attaching release assets
46+
artifact-metadata: write # is needed by actions/attest-build-provenance to write artifact metadata
4647
attestations: write # is needed by actions/attest-build-provenance to push attestations
4748
contents: write # is needed by anchore/sbom-action for artifact uploads
4849
id-token: write # is needed by actions/attest-build-provenance to obtain an OIDC token

0 commit comments

Comments
 (0)