Skip to content

Commit

Permalink
Add top-level permissions to pypi (#9945)
Browse files Browse the repository at this point in the history
which are then overridden by the one job. the various bots like this better
  • Loading branch information
alex authored Nov 30, 2023
1 parent 3fa1405 commit 6deb2b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
env:
PUBLISH_REQUIREMENTS_PATH: .github/requirements/publish-requirements.txt

permissions:
contents: read

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6deb2b5

Please sign in to comment.