Skip to content

Commit

Permalink
fix: add permissions to publish workflow (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored Jul 26, 2024
1 parent 6da8c32 commit 2654cc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
POETRY_INSTALLER_PARALLEL: 1
POETRY_VIRTUALENVS_CREATE: 1
permissions:
contents: write
deployments: write
id-token: write
packages: write

steps:
- name: Check out project main branch
Expand Down

0 comments on commit 2654cc2

Please sign in to comment.