Skip to content

Commit a1d51a0

Browse files
ci: Adding GitHub Action permissions to read pull-requests
1 parent 8d2a4ba commit a1d51a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
permissions:
1717
id-token: write # This is required for requesting the JWT
1818
contents: read # This is required for actions/checkout
19+
pull-requests: read
1920
security-events: write
2021

2122
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

0 commit comments

Comments
 (0)