Skip to content

Commit edfa7d7

Browse files
authored
🛂 explicit CI permissions (#515)
1 parent a44d939 commit edfa7d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ concurrency:
1111
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1212
cancel-in-progress: true
1313

14+
permissions:
15+
contents: read
16+
pull-requests: write
17+
1418
env:
1519
UV_LOCKED: 1
1620

0 commit comments

Comments
 (0)