Skip to content

Commit 658235e

Browse files
committed
ci: correct the permissions definition
1 parent 9dff0f9 commit 658235e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66

77
concurrency: ${{ github.workflow }}-${{ github.ref }}
8-
permissions: read-all|write-all
8+
permissions: write-all
99

1010
env:
1111
CI: true

0 commit comments

Comments
 (0)