Skip to content

Commit 081ea0c

Browse files
committed
Fix CI permissions
1 parent 1287b44 commit 081ea0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
permissions:
8+
actions: read
9+
checks: read
10+
contents: read
11+
pull-requests: write
712
jobs:
813
ci:
914
uses: SPHTech-Platform/reusable-workflows/.github/workflows/terraform.yaml@main

0 commit comments

Comments
 (0)