Skip to content

Commit 4839075

Browse files
committed
ci: add permissions in CI workflow
1 parent d3effa7 commit 4839075

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ on:
99
pull_request:
1010
workflow_dispatch:
1111

12-
permissions:
13-
contents: read
14-
statuses: write
15-
1612
env:
1713
FORCE_COLOR: 1
1814

1915
jobs:
2016
release:
2117
name: Lint and test
2218
runs-on: ubuntu-latest
19+
permissions:
20+
contents: read
2321
steps:
2422
- name: Checkout
2523
uses: actions/checkout@v5

0 commit comments

Comments
 (0)