Skip to content

Commit ec86b39

Browse files
committed
ci: enforce least-privilege permissions for GitHub Actions workflows
Signed-off-by: Dong Ma <dong.ma@vexxhost.com>
1 parent 8363ef3 commit ec86b39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- main
99
- stable/**
1010

11+
permissions: {}
12+
1113
jobs:
1214
image:
1315
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)