Skip to content

Commit a7af17e

Browse files
committed
ci: grant artifact metadata permission to release workflow
Pass artifact-metadata: write to the reusable Docker publish workflow. Regression from: 8255755 Related PR: #1346
1 parent 5901b7f commit a7af17e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
packages: write
3333
id-token: write
3434
attestations: write
35+
artifact-metadata: write
3536
uses: ./.github/workflows/docker-publish.yml
3637
with:
3738
tag-name: ${{ needs.release-please.outputs.tag_name }}

0 commit comments

Comments
 (0)