Skip to content

Commit

Permalink
Merge pull request #12 from darkrockmountain/fix/minimal-read-permission
Browse files Browse the repository at this point in the history
ci(workflows): add minimal permissions to coverage workflow
  • Loading branch information
DarkRockMountain-admin authored Nov 15, 2024
2 parents 99c0d6f + 4abc1d6 commit 1b466b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
release:
types: [published, prereleased]
workflow_dispatch:


permissions:
contents: read

jobs:
publish:
name: Upload release to PyPI
Expand Down

0 comments on commit 1b466b4

Please sign in to comment.