Skip to content

Commit 1444f06

Browse files
committed
chore: add permissions to caller workflow for reusable CI
1 parent 08675ec commit 1444f06

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66

77
name: "CI"
88

9+
permissions:
10+
contents: read
11+
actions: read
12+
security-events: write
13+
914
jobs:
1015
ci:
1116
uses: "WebProject-xyz/.github/.github/workflows/ci.yml@main"

0 commit comments

Comments
 (0)