Skip to content

Commit

Permalink
chore: add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jun 24, 2024
1 parent b2c1bb5 commit 8f4f74f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ jobs:
REPO_FEATURE_FLAGS.ALLOW_MULTI_TARGET_UPLOAD: "true"

- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8f4f74f

Please sign in to comment.