Skip to content

Commit

Permalink
fix: update permssions when calling tests-pytest from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Dec 11, 2024
1 parent ccfc498 commit f2f624e
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 f2f624e

Please sign in to comment.