Skip to content

Commit

Permalink
chore(actions): merge from template .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Mar 11, 2024
1 parent 449f06f commit 759ad7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- master
- next
permissions:
contents: read
jobs:
test-node:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,6 +45,11 @@ jobs:
needs:
- test-node
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v4.0.2
Expand All @@ -56,11 +63,6 @@ jobs:
CI: "true"
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
finish:
needs:
- test-node
Expand All @@ -72,5 +74,3 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: build/coverage/lcov.info
parallel-finished: true
permissions:
contents: read

0 comments on commit 759ad7f

Please sign in to comment.