Skip to content

Commit 6b8a577

Browse files
authored
test actions needs to inherit secrets from caller for codecov (#1707)
* adds env for codecov token Signed-off-by: ChrisJBurns <[email protected]> * inherit secrets for test Signed-off-by: ChrisJBurns <[email protected]> * removes envs as not needed anymore Signed-off-by: ChrisJBurns <[email protected]> --------- Signed-off-by: ChrisJBurns <[email protected]>
1 parent 9165467 commit 6b8a577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-on-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
tests:
2121
name: Tests
2222
uses: ./.github/workflows/test.yml
23+
secrets: inherit
2324
e2e-tests:
2425
name: E2E Tests
2526
uses: ./.github/workflows/e2e-tests.yml

0 commit comments

Comments
 (0)