Skip to content

Commit

Permalink
test ssh-agent (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcred authored Mar 9, 2021
1 parent 2f8e283 commit e7c48ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
name: Build Documentation
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Configure GitHub SSH access
uses: webfactory/ssh-agent@v0.1.1
uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Install virtualenv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Configure GitHub SSH access
uses: webfactory/ssh-agent@v0.1.1
uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Install virtualenv
Expand Down

0 comments on commit e7c48ce

Please sign in to comment.