Skip to content

Commit

Permalink
🔧 ci(github-actions): adjust publish workflow permissions
Browse files Browse the repository at this point in the history
- modify pull-request permission from write to read
- align permissions configuration with minimal required access
  • Loading branch information
awwaawwa committed Jan 24, 2025
1 parent eff1bcd commit 0723141
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: write
pull-requests: read

jobs:
build:
Expand Down

0 comments on commit 0723141

Please sign in to comment.