Skip to content

Commit

Permalink
Updates workflow file for docs build to use deploy token instead of l…
Browse files Browse the repository at this point in the history
…egacy docs deploy key

Signed-off-by: Frank Brückner <[email protected]>
  • Loading branch information
froschdesign committed Dec 21, 2022
1 parent 1306b74 commit f905851
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 f905851

Please sign in to comment.