Skip to content

Commit 3e8f11b

Browse files
Added restrictive permissions for gh action (#107)
Signed-off-by: Chaitanya Kulkarni <chkulkar@redhat.com>
1 parent 77ae8d9 commit 3e8f11b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maas-api-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
paths:
99
- 'maas-api/**'
1010

11+
permissions:
12+
actions: write
13+
contents: read
14+
1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)