Skip to content

Commit 641a40c

Browse files
authored
fix: give ci more permissions (#240)
1 parent dcad510 commit 641a40c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ jobs:
6161
concurrency: release
6262
if: github.ref == 'refs/heads/main'
6363
permissions:
64+
contents: write
65+
issues: write
66+
pull-requests: write
6467
id-token: write
68+
packages: write
6569
environment:
6670
name: pypi
6771
url: https://pypi.org/project/python-roborock/

0 commit comments

Comments
 (0)