Skip to content

Commit fbc7f2a

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

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

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

8-
permissions: {}
7+
permissions:
8+
contents: write
99

1010
jobs:
11-
pre-commit:
11+
test:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)