Skip to content

Commit

Permalink
Fix: update permssions in deploy (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Dec 11, 2024
2 parents ccfc498 + f2f624e commit 902d0dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
tests-pytest:
uses: ./.github/workflows/tests-pytest.yml
if: github.ref_type == 'tag'
permissions:
pull-requests: write
contents: write

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 902d0dd

Please sign in to comment.