Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Jan 18, 2024
1 parent 07c1b21 commit a7f5e72
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: CI

on: push

permissions: write-all

jobs:
quality:
runs-on: ubuntu-latest
Expand All @@ -22,6 +20,9 @@ jobs:
run: biome ci .
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout code & submodules
uses: actions/checkout@v4
Expand All @@ -45,4 +46,4 @@ jobs:
- name: "Publish to NPM"
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a7f5e72

Please sign in to comment.