From f2f624e46e03bbf6d518aa26335c24118c30d673 Mon Sep 17 00:00:00 2001 From: Luis Alvergue Date: Wed, 11 Dec 2024 20:37:29 +0000 Subject: [PATCH] fix: update permssions when calling tests-pytest from deploy --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) 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