Skip to content
/ titan Public
forked from titan-data/titan

Commit

Permalink
Merge pull request #45 from titan-data/master
Browse files Browse the repository at this point in the history
test ssh-agent (titan-data#230)
  • Loading branch information
mcred authored Mar 11, 2021
2 parents 2f8e283 + e7c48ce commit c1defd7
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 c1defd7

Please sign in to comment.