Skip to content

Commit ffda6ea

Browse files
committed
Use expected DEPLOY_TOKEN for docs build workflow
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
1 parent 169123b commit ffda6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- name: Build Docs
1313
uses: laminas/documentation-theme/github-actions/docs@master
1414
env:
15-
DOCS_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_KEY }}
15+
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)