Skip to content

Commit

Permalink
fix: update token in ci ga action
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoeinride committed Apr 16, 2024
1 parent 3051104 commit d208a06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
uses: einride/sage/actions/setup@master

- name: Make
run: make
run:
| echo $(env)
| 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 }}

0 comments on commit d208a06

Please sign in to comment.