Skip to content

Commit 71b9b61

Browse files
committed
Add token variable for deploy
1 parent 6f97ca2 commit 71b9b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
uses: "ad-m/github-push-action@master"
6060
with:
6161
directory: "docs"
62-
token: "${{ secrets.BOT_TOKEN }}"
62+
github_token: "${{ secrets.BOT_TOKEN }}"
6363
repository: "phpDocumentor/docs"

0 commit comments

Comments
 (0)