Skip to content

Commit 98e49f9

Browse files
committed
ci: fix failed to call GitHub Status API
1 parent d276032 commit 98e49f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ on:
77
push:
88
branches:
99
- main
10-
permissions:
11-
contents: read
12-
packages: read
13-
statuses: write
10+
permissions: {}
1411
jobs:
1512
build:
1613
name: Lint Code Base
1714
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
17+
packages: read
18+
statuses: write
1819
steps:
1920
-
2021
name: Checkout Code

0 commit comments

Comments
 (0)