Skip to content

Commit 31c6cc2

Browse files
authored
Merge pull request #188 from Xerkus/hotfix/docs-build
Use expected DEPLOY_TOKEN env for docs build workflow
2 parents 169123b + ffda6ea commit 31c6cc2

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)