We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107a5b8 commit 5851cc7Copy full SHA for 5851cc7
.github/workflows/pypi-publish-on-release.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
call-test-lint:
10
uses: ./.github/workflows/test-lint.yml
11
+ permissions:
12
+ contents: read
13
with:
14
ref: ${{ github.event.release.target_commitish }}
15
0 commit comments