Skip to content

Commit f2f624e

Browse files
committed
fix: update permssions when calling tests-pytest from deploy
1 parent ccfc498 commit f2f624e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
tests-pytest:
2424
uses: ./.github/workflows/tests-pytest.yml
2525
if: github.ref_type == 'tag'
26+
permissions:
27+
pull-requests: write
28+
contents: write
2629

2730
deploy:
2831
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)