Skip to content

Commit 2ee6b90

Browse files
committed
fix github actions permissions
1 parent 58aeb9f commit 2ee6b90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/developer-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
name: Lint, Type Check, and Test
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 120 # 2 hours
18+
19+
permissions:
20+
contents: read
21+
issues: read
22+
checks: write
23+
pull-requests: write
1824

1925
# Use Python 3.13 to match GitLab configuration
2026
container:

0 commit comments

Comments
 (0)