Skip to content

Commit 4c50f97

Browse files
committed
fix: ci permissions
1 parent 577ef6e commit 4c50f97

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
name: CI
22

33
on:
4-
workflow_dispatch:
54
push:
65
pull_request:
76

8-
permissions: {}
9-
107
jobs:
11-
pre-commit:
8+
test:
129
runs-on: ubuntu-latest
1310
permissions:
14-
contents: read
11+
contents: write
1512
steps:
1613
- name: Checkout Code Repository
1714
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)