Skip to content

Commit

Permalink
Updates workflow file for docs build to use DEPLOY_TOKEN instead of…
Browse files Browse the repository at this point in the history
… wrong `DOCS_TOKEN`

Signed-off-by: Frank Brückner <dev@froschdesignstudio.de>
  • Loading branch information
froschdesign committed Dec 21, 2022
1 parent 7c5a85f commit ca5a099
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 ca5a099

Please sign in to comment.