Skip to content

Commit a61f6ba

Browse files
committed
fix(ci): Permissions issue
1 parent 1c915aa commit a61f6ba

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
@@ -51,7 +51,8 @@ jobs:
5151
if: ${{ needs.set-version.outputs.release == 'true' }}
5252
secrets: inherit
5353
permissions:
54-
contents: read
54+
contents: write
55+
id-token: write
5556
packages: write
5657
actions: read
5758
attestations: write

0 commit comments

Comments
 (0)