Skip to content

Commit

Permalink
build(gha): add codecov token to env for @codecov/vite-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Apr 15, 2024
1 parent 2097cea commit 7ccebfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: 'Run bundlewatch'
on:
workflow_call:

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
bundlewatch:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
bundlewatch:
uses: ./.github/workflows/bundlewatch.yml
Expand Down

0 comments on commit 7ccebfb

Please sign in to comment.