Skip to content

Update main.yml

Update main.yml #20

Workflow file for this run

on: [push, pull_request]
permissions:
id_token: write

Check failure on line 4 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 4, Col: 3): Unexpected value 'id_token'
contents: read
jobs:
build:
runs-on: ubuntu-latest
name: Coverage
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
- run: npm i
- run: npm run testAll
- uses: codecov/codecov-action@v5
with:
use_oidc: true