Skip to content

Commit 7df9ded

Browse files
committed
fix: workflow permission
1 parent 6034fe1 commit 7df9ded

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/jest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
contents: read
1414
actions: write
1515
checks: write
16+
statuses: write
1617
on:
1718
push:
1819
branches: [main, master]

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313
contents: read
1414
actions: write
1515
checks: write
16+
statuses: write
1617
on:
1718
push:
1819
branches: [main, master]

0 commit comments

Comments
 (0)