Skip to content

Commit

Permalink
Update SDK Docs deployment to use a deploy_key (delphix#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankursarin authored Sep 10, 2021
1 parent e34b6af commit c1ee1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: ${{ github.repository == matrix.repository }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
deploy_key: ${{ secrets.SDK_DEPLOY_KEY }}
publish_dir: docs/site
commit_message: Deploy to gh-pages 🚀
user_name: "github-actions[bot]"
Expand Down

0 comments on commit c1ee1b4

Please sign in to comment.