Skip to content

Commit c037c91

Browse files
authored
Update validate.yml with Copilot feedback
1 parent 29cbf08 commit c037c91

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/validate.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
workflow_dispatch:
55
pull_request:
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
711
jobs:
812
validate:
913
runs-on: ubuntu-24.04
10-
permissions:
11-
contents: read
12-
pull-requests: write
1314
steps:
1415
- name: Checkout Code
1516
uses: actions/checkout@v4

0 commit comments

Comments
 (0)