Skip to content

Commit

Permalink
Pass Codecov token to CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Abestanis committed Aug 31, 2024
1 parent 9eb7614 commit 3616db4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sweyer_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: ☂ Upload Code Coverage
if: ${{ github.event.inputs.skip-tests == 'false' }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: 🚀🤖 Bundle and deploy to Google Play
uses: ./.github/workflows/deploy_google_play
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:

- name: ☂ Upload Code Coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3616db4

Please sign in to comment.