Skip to content

Commit

Permalink
Add write permission to allow binaries to upload
Browse files Browse the repository at this point in the history
Uploading binaries to the release requires write permission: this should ensure said permission exists.
  • Loading branch information
rwb27 committed Mar 21, 2024
1 parent 59ad5f8 commit 178d0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
url: https://pypi.org/p/picamerax
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 178d0bd

Please sign in to comment.