Skip to content

Commit 680f2ad

Browse files
Fix global CI startup permissions
1 parent d22b233 commit 680f2ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/global-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
schedule:
99
- cron: "0 8 * * *"
1010

11+
permissions:
12+
contents: read
13+
actions: read
14+
security-events: write
15+
1116
jobs:
1217
global-ci:
1318
uses: Tec-Kio/automation/.github/workflows/reusable-ci.yml@main

0 commit comments

Comments
 (0)