Skip to content

Commit 154fc8d

Browse files
committed
test secret
1 parent b2a0265 commit 154fc8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/php.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
- name: WordPress unit test
5151
run: yarn php:unit
5252

53+
- shell: bash
54+
env:
55+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
56+
run: |
57+
echo $CODECOV_TOKEN
58+
5359
- name: Unit test coverage report
5460
uses: codecov/codecov-action@v4
5561
with:

0 commit comments

Comments
 (0)