Skip to content

Commit c7e9e91

Browse files
authored
github-action: add artifact-metadata permission for attestations (#201)
1 parent 438c0a1 commit c7e9e91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ permissions:
1313
jobs:
1414
packages:
1515
permissions:
16+
artifact-metadata: write
1617
attestations: write
17-
id-token: write
1818
contents: read
19+
id-token: write
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)