Skip to content

Commit

Permalink
👷 chore(ci): update github actions workflow permissions
Browse files Browse the repository at this point in the history
- modify pull-requests permission from read to write
- enhance workflow configuration for broader GitHub Actions interaction
  • Loading branch information
awwaawwa committed Jan 24, 2025
1 parent c427f14 commit 71f9e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
permissions:
id-token: write
contents: write
pull-requests: read
pull-requests: write

jobs:
build:
Expand Down

0 comments on commit 71f9e4c

Please sign in to comment.