Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this is a subjob with uses, pass the secrets
Browse files Browse the repository at this point in the history
adamhathcock committed Jul 4, 2024

Unverified

The email in this signature doesn’t match the committer email.
1 parent e6c19eb commit 4269957
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
run: ./build.ps1

- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4.4.0
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./**/*.Tests/coverage.xml
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@ on:
jobs:
build:
uses: ./.github/workflows/ci.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# deploy-installers:
# runs-on: ubuntu-latest

0 comments on commit 4269957

Please sign in to comment.