Skip to content

Commit 03f15fd

Browse files
committed
set write permissions
1 parent a2f1f0e commit 03f15fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
build:
2828
runs-on: ubuntu-latest
2929
permissions:
30-
contents: read
30+
contents: write
3131
pull-requests: write
3232
id-token: write
33+
3334
steps:
3435

3536
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)