Skip to content

Commit

Permalink
Merge pull request #67 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_KEY` instead of legacy `DOCS_DEPLOY_KEY`
  • Loading branch information
froschdesign authored Dec 21, 2022
2 parents 1306b74 + f905851 commit 63cd0c4
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 @@ -13,5 +13,4 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
"DOCS_DEPLOY_KEY": ${{ secrets.DOCS_DEPLOY_KEY }}
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 63cd0c4

Please sign in to comment.