Skip to content

Commit

Permalink
Add STRYKER_DASHBOARD_API_KEY environment variable to CI container,…
Browse files Browse the repository at this point in the history
… for mutation testing reporting
  • Loading branch information
Ocramius committed Jan 12, 2022
1 parent 0d40ed7 commit d53ec99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
uses: laminas/[email protected]
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"STRYKER_DASHBOARD_API_KEY": ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
with:
job: ${{ matrix.job }}

0 comments on commit d53ec99

Please sign in to comment.