Skip to content

Commit 2cbf1b9

Browse files
committed
Added restrictive permissions for gh action
Signed-off-by: Chaitanya Kulkarni <chkulkar@redhat.com>
1 parent b2f7bb3 commit 2cbf1b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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)