Skip to content

Commit ffc11ed

Browse files
committed
Disable write access to repository from CI
This follows the principle of least privilege.
1 parent 17c1771 commit ffc11ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
pull_request:
66

7+
permissions: read-all
8+
79
jobs:
810
audit:
911
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)