Skip to content

Commit c97aa75

Browse files
authored
chore: restrict GitHub workflow permissions (swiftlang#504)
Signed-off-by: Melissa Kilby <[email protected]>
1 parent 274493d commit c97aa75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Build Docker images
2+
3+
permissions:
4+
contents: read
5+
26
on: [pull_request]
37

48
env:

0 commit comments

Comments
 (0)