Skip to content

Commit b31e858

Browse files
committed
fix: add explicit permissions to TypeScript SDK test workflow
1 parent 31a2265 commit b31e858

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-sdk-typescript.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ on:
1414
- 'evals/prompts/**'
1515
- '.github/workflows/test-sdk-typescript.yml'
1616

17+
permissions:
18+
contents: read
19+
actions: write
20+
1721
jobs:
1822
lint:
1923
name: 👖 Lint

0 commit comments

Comments
 (0)