Skip to content

Commit 3cdaa71

Browse files
authored
Add permission block to call-tst-lint job
1 parent c5eb3ee commit 3cdaa71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-publish-on-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
call-test-lint:
1010
uses: ./.github/workflows/test-lint.yml
11+
permissions:
12+
contents: read
1113
with:
1214
ref: ${{ github.event.release.target_commitish }}
1315

0 commit comments

Comments
 (0)