Skip to content

fix: update token in ci ga action #187

fix: update token in ci ga action

fix: update token in ci ga action #187

Workflow file for this run

name: ci
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
make:
runs-on: ubuntu-latest
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
- name: Make
run:
| echo $(env)

Check failure on line 16 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
| make
- name: Report Code Coverage
uses: codecov/codecov-action@v4
with:
file: .sage/build/go/coverage/go-test.txt
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}