Skip to content

Commit 69877ff

Browse files
committed
try fix release action
1 parent b1bcec0 commit 69877ff

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,17 @@ jobs:
1717

1818
lint:
1919
permissions:
20-
contents: read
21-
actions: write
20+
checks: read
21+
deployments: read
22+
discussions: read
23+
issues: read
24+
packages: read
25+
pages: read
26+
pull-requests: read
27+
repository-projects: read
28+
statuses: read
29+
security-events: read
30+
id-token: read
2231
uses: ./.github/workflows/lint.yml
2332
secrets: inherit
2433

0 commit comments

Comments
 (0)