Skip to content

Commit

Permalink
ci: Update CI configuration file
Browse files Browse the repository at this point in the history
- Add permissions for read access to contents, write access to deployments, and read access to statuses
- Update Python version in the matrix to 3.12
  • Loading branch information
ntindle committed Nov 10, 2023
1 parent e408da1 commit 28a0705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
contents: read
deployments: write
statuses: read
strategy:
matrix:
python-version: [3.12]
Expand Down

0 comments on commit 28a0705

Please sign in to comment.