Skip to content

Commit 9620942

Browse files
committed
GitHub Actions
1 parent 253542e commit 9620942

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ jobs:
4949
with:
5050
folder: php
5151
project: ${{ github.event.repository.name }}
52-
secrets: inherit
52+
secrets:
53+
DOC_TOKEN: ${{ secrets.DOC_TOKEN }}
5354

0 commit comments

Comments
 (0)