Skip to content

Commit 7b48fb3

Browse files
committed
fix: include permission on main ci
1 parent 1a3b8f2 commit 7b48fb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ on:
2828
- "true"
2929
- "false"
3030

31+
permissions:
32+
contents: write
33+
checks: write
34+
actions: read
35+
pull-requests: write
36+
3137
jobs:
3238
check:
3339
uses: kestra-io/actions/.github/workflows/plugins.yml@main

0 commit comments

Comments
 (0)