Skip to content

Commit

Permalink
fix: give ci more permissions (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 14, 2024
1 parent dcad510 commit 641a40c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
concurrency: release
if: github.ref == 'refs/heads/main'
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
packages: write
environment:
name: pypi
url: https://pypi.org/project/python-roborock/
Expand Down

0 comments on commit 641a40c

Please sign in to comment.