Skip to content

Commit 1ca9774

Browse files
authored
Add initial pass at permissions for pr.yml
1 parent 2090800 commit 1ca9774

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Check pull request
22

33
on: [push, pull_request]
44

5+
permissions:
6+
actions: write
7+
contents: read
8+
pages: write
9+
510
jobs:
611
# Build job
712
build:

0 commit comments

Comments
 (0)