chore: actions: permissions

This commit is contained in:
coderaiser 2026-06-04 16:02:02 +03:00 committed by coderiaser
parent ea584aceea
commit e59167b1fa

View file

@ -1,6 +1,8 @@
name: Node CI
on:
- push
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
@ -27,7 +29,7 @@ jobs:
run: bun i --no-save
- name: Lint
run: redrun fix:lint
- name: Typos
- name: Typos
uses: coderaiser/typos.ai@v1.1.2
with:
key: ${{ secrets.TYPOS_AI_KEY }}