diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 736129d..a587b1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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