We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f091e commit 2beab0fCopy full SHA for 2beab0f
.github/workflows/php.yml
@@ -60,4 +60,6 @@ jobs:
60
if: ${{ matrix.php-versions == '7.4' }}
61
uses: peaceiris/actions-gh-pages@v3
62
with:
63
+ deploy_key: ${{ secrets.ACT_DEPLOY }}
64
+ personal_token: ${{ secrets.GHTK }}
65
publish_dir: ./docs
0 commit comments