Skip to content

Commit

Permalink
chore(cd): Fix Codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jun 10, 2024
1 parent 86d0030 commit dfce5d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: main
pull_request:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true

concurrency:
group: ci-${{ github.ref_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:
jobs:
build:
uses: ./.github/workflows/ci.yml
secrets: inherit

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfce5d3

Please # to comment.