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 253542e commit 9620942Copy full SHA for 9620942
.github/workflows/phpunit.yml
@@ -49,5 +49,6 @@ jobs:
49
with:
50
folder: php
51
project: ${{ github.event.repository.name }}
52
- secrets: inherit
+ secrets:
53
+ DOC_TOKEN: ${{ secrets.DOC_TOKEN }}
54
0 commit comments