Skip to content

Commit 31c5137

Browse files
authored
Update cli.yml (#1469)
Signed-off-by: sashashura <[email protected]> Signed-off-by: sashashura <[email protected]>
1 parent f451dea commit 31c5137

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
branches:
1111
- main
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
test:
1518
strategy:
@@ -97,6 +100,8 @@ jobs:
97100
git diff --cached --exit-code
98101
99102
publish:
103+
permissions:
104+
contents: write
100105
if: startswith(github.ref, 'refs/tags/')
101106
name: publish
102107
needs: [test-docs]

0 commit comments

Comments
 (0)