Skip to content

Commit 2beab0f

Browse files
committed
chore: add required secrets
1 parent e2f091e commit 2beab0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/php.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ jobs:
6060
if: ${{ matrix.php-versions == '7.4' }}
6161
uses: peaceiris/actions-gh-pages@v3
6262
with:
63+
deploy_key: ${{ secrets.ACT_DEPLOY }}
64+
personal_token: ${{ secrets.GHTK }}
6365
publish_dir: ./docs

0 commit comments

Comments
 (0)