Skip to content

Commit 6fd112d

Browse files
Added Read Permissions for GH Actions (#111)
Signed-off-by: Chaitanya Kulkarni <chkulkar@redhat.com>
1 parent d810371 commit 6fd112d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'maas-api/**'
1010

1111
permissions:
12-
actions: write
12+
actions: read
1313
contents: read
1414

1515
jobs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
permissions:
9-
actions: write
9+
actions: read
1010
contents: read
1111

1212
jobs:

0 commit comments

Comments
 (0)