Skip to content

Commit

Permalink
👷 Use SSH key in docs build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Jul 22, 2023
1 parent 264f639 commit 28baec7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.DOCUMENTATION_DEPLOY_KEY }}
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand All @@ -30,5 +32,5 @@ jobs:
- name: Push documentation
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.DOCUMENTATION_TOKEN }}
ssh: true
branch: documentation

0 comments on commit 28baec7

Please sign in to comment.