Skip to content

Commit 5acb39b

Browse files
committed
Move STRYKER_DASHBOARD_API_KEY to correct place
1 parent fd5d4bf commit 5acb39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ jobs:
135135
- if: matrix.calculate-coverage
136136
env:
137137
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138-
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
139138
run: ./vendor/bin/php-coveralls --verbose || true
140139

141140
- if: matrix.calculate-coverage
142141
env:
143142
FAST_LINT_TEST_CASES: 1
143+
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
144144
run: composer infection

0 commit comments

Comments
 (0)