Skip to content

Commit cffd009

Browse files
committed
Add api key to secrets
1 parent a179e47 commit cffd009

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: composer install
4040

4141
- name: PHP ${{ matrix.php }} - Run coverage test suite
42+
env:
43+
apiKey: ${{ secrets.STEAM_API_KEY }}
4244
run: composer run-script coverage
4345

4446
- name: PHP ${{ matrix.php }} - Publish Coverage

0 commit comments

Comments
 (0)