Skip to content

Commit

Permalink
ci: Update permissions in Continuous-Deployment job
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 22, 2024
1 parent d2b186a commit 2bd552c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:

Continuous-Deployment:
permissions:
contents: read
contents: write
packages: write
issues: write
pull-requests: write

# needs: Continuous-Integration

# if pulling to main, deploy to PyPI
Expand Down

0 comments on commit 2bd552c

Please sign in to comment.