Skip to content

Commit 44e6eb2

Browse files
committed
chore(ci): attempt to set permissions on workflows
1 parent cc31c50 commit 44e6eb2

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/lint-eslint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Lint (ESLInt)
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: [ main ]

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
branches: [ main ]

.github/workflows/test-jest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test (Jest)
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: [ main ]

0 commit comments

Comments
 (0)