Skip to content

Commit 589525a

Browse files
authored
Merge pull request #3517 from arpitjain099/ci/add-permissions
🌱 Declare contents: read permissions for pr-verify action
2 parents c2d9fab + 4983a07 commit 589525a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/verify.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request_target:
55
types: [opened, edited, synchronize, reopened]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
verify:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)