Skip to content

Commit

Permalink
Merge pull request #50 from froschdesign/hotfix/docs/action-workflow
Browse files Browse the repository at this point in the history
Updates workflow file for docs build to use DEPLOY_TOKEN
  • Loading branch information
froschdesign authored Sep 25, 2023
2 parents 63f0a14 + 64f1be3 commit 092b67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 092b67e

Please sign in to comment.