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 0f49827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ 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 0f49827

Please sign in to comment.