8000 Add permission block to call-tst-lint job (#186) · 0xLiam-bit/sdk-python@903a260 · GitHub
[go: up one dir, main page]

Skip to content

Commit 903a260

Browse files
authored
Add permission block to call-tst-lint job (strands-agents#186)
1 parent c5eb3ee commit 903a260

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)
0