Skip to content

Commit b127430

Browse files
committed
Add permissions
1 parent 4572cb9 commit b127430

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ concurrency:
66
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
77
cancel-in-progress: true
88

9+
permissions:
10+
contents: read
11+
pull-requests: read
12+
checks: write
13+
id-token: write
14+
915
jobs:
1016
instrumented-tests:
1117
name: "Instrumented Tests"

0 commit comments

Comments
 (0)