Skip to content

Commit

Permalink
Merge pull request #190 from froschdesign/hotfix/docs-build-workflow
Browse files Browse the repository at this point in the history
Updates workflow file for docs build to use `DEPLOY_TOKEN` instead of wrong `DOCS_TOKEN`
  • Loading branch information
Ocramius authored Dec 21, 2022
2 parents 7c5a85f + ca5a099 commit ab40dc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ab40dc8

Please sign in to comment.