Skip to content

Commit c1dfdb6

Browse files
committed
Add STRYKER_DASHBOARD_API_KEY to Infection run
1 parent b6e5433 commit c1dfdb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,5 @@ jobs:
116116
- name: Run Infection
117117
if: steps.coverage-driver.outputs.result != 'none'
118118
run: composer infection
119+
env:
120+
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 commit comments

Comments
 (0)