Skip to content

Commit

Permalink
added run-tests secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Jun 4, 2024
1 parent cd165bc commit f0b647f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dailies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run-tests:
needs: update-testing-data
uses: ./.github/workflows/run-tests.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

notify:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Full Tests
on:
workflow_dispatch:
workflow_call:
secrets:
CODECOV_TOKEN:
required: true

jobs:
run:
Expand Down

0 comments on commit f0b647f

Please sign in to comment.