We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a179e47 commit cffd009Copy full SHA for cffd009
.github/workflows/php.yml
@@ -39,6 +39,8 @@ jobs:
39
run: composer install
40
41
- name: PHP ${{ matrix.php }} - Run coverage test suite
42
+ env:
43
+ apiKey: ${{ secrets.STEAM_API_KEY }}
44
run: composer run-script coverage
45
46
- name: PHP ${{ matrix.php }} - Publish Coverage
0 commit comments