Skip to content

Commit

Permalink
ci: pass in secret for go, typescript.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Feb 13, 2024
1 parent 69d3cab commit a61d40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: go/coverage.txt
flags: go
fail_ci_if_error: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: js/coverage/lcov.info
flags: typescript
fail_ci_if_error: true

0 comments on commit a61d40e

Please sign in to comment.