Skip to content

Commit ae218a5

Browse files
committed
chore(ci): fix cli publish permissions
Signed-off-by: JP-Ellis <[email protected]>
1 parent ab922e6 commit ae218a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-cli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ jobs:
140140
- build-wheels
141141

142142
permissions:
143-
contents: read
143+
# Required for creating the release
144+
contents: write
144145
# Required for trusted publishing
145146
id-token: write
146147

0 commit comments

Comments
 (0)