Skip to content

Commit 81d3b35

Browse files
CI: Limit build pipeline permissions.
1 parent 22ea2ec commit 81d3b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build
2-
32
on: [push, pull_request]
3+
permissions:
4+
contents: read
45

56
jobs:
67
build:

0 commit comments

Comments
 (0)