Skip to content

Commit e59167b

Browse files
committed
chore: actions: permissions
1 parent ea584ac commit e59167b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Node CI
22
on:
33
- push
4+
permissions:
5+
contents: write
46
jobs:
57
build:
68
runs-on: ubuntu-latest
@@ -27,7 +29,7 @@ jobs:
2729
run: bun i --no-save
2830
- name: Lint
2931
run: redrun fix:lint
30-
- name: Typos
32+
- name: Typos
3133
uses: coderaiser/typos.ai@v1.1.2
3234
with:
3335
key: ${{ secrets.TYPOS_AI_KEY }}

0 commit comments

Comments
 (0)