Skip to content

Commit 1251ca6

Browse files
committed
fix: adds permissions to ci workflow
1 parent ae11040 commit 1251ca6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
required: true
1919
type: string
2020

21+
permissions:
22+
contents: read
23+
checks: write
24+
2125
jobs:
2226
lint-all:
2327
name: Lint All

lib/content/ci-release-yml.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
required: true
1818
type: string
1919

20+
permissions:
21+
contents: read
22+
checks: write
23+
2024
jobs:
2125
lint-all:
2226
{{> jobYml

0 commit comments

Comments
 (0)