Skip to content

Commit

Permalink
ci: pass in secret for go, typescript. (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored Feb 13, 2024
1 parent 213967a commit 4cf4d61
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 4cf4d61

Please sign in to comment.