Skip to content

Commit 1f967ab

Browse files
authored
Update validate.yml work job permissions
1 parent e1ddb23 commit 1f967ab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
validate:
99
runs-on: ubuntu-24.04
10+
permissions:
11+
contents: read
12+
pull-requests: write
1013
steps:
1114
- name: Checkout Code
1215
uses: actions/checkout@v4

0 commit comments

Comments
 (0)