Skip to content

Commit 902d0dd

Browse files
authored
Fix: update permssions in deploy (#49)
2 parents ccfc498 + f2f624e commit 902d0dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/deploy.yml

+3
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)