Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
upgrade ssh-agent action (#4797)
Browse files Browse the repository at this point in the history
* upgrade ssh-agent action

* fix badge
  • Loading branch information
epwalsh authored Nov 17, 2020
1 parent ec37dd4 commit efde092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ jobs:
- uses: actions/checkout@v1

- name: Setup SSH Client 🔑
if: github.event_name == 'release' || github.event_name == 'push'
uses: webfactory/ssh-agent@v0.2.0
uses: webfactory/ssh-agent@v0.4.1
with:
ssh-private-key: ${{ secrets.DOCS_DEPLOY_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<p align="center">
<a href="https://github.com/allenai/allennlp/actions">
<img alt="Build" src="https://github.com/allenai/allennlp/workflows/Master/badge.svg?event=push&branch=master">
<img alt="CI" src="https://github.com/allenai/allennlp/workflows/CI/badge.svg?event=push&branch=master">
</a>
<a href="https://pypi.org/project/allennlp/">
<img alt="PyPI" src="https://img.shields.io/pypi/v/allennlp">
Expand Down

0 comments on commit efde092

Please sign in to comment.