mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-24 01:58:01 +00:00
Prepare the v0.2.0 release
This commit is contained in:
parent
c6eb7ee1d8
commit
b6c65becb0
2 changed files with 5 additions and 3 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## v0.2.0
|
||||
|
||||
### Added
|
||||
|
||||
* Multiple SSH keys can now be provided (#14, closes #7). Thanks to
|
||||
|
|
|
@ -27,9 +27,9 @@ jobs:
|
|||
...
|
||||
steps:
|
||||
- actions/checkout@v1
|
||||
# Make sure the @v0.1.1 matches the current version of the
|
||||
# Make sure the @v0.2.0 matches the current version of the
|
||||
# action
|
||||
- uses: webfactory/ssh-agent@v0.1.1
|
||||
- uses: webfactory/ssh-agent@v0.2.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- ... other steps
|
||||
|
@ -44,7 +44,7 @@ In that case, you can set-up the different keys as multiple secrets and pass the
|
|||
|
||||
```yaml
|
||||
# ... contens as before
|
||||
- uses: webfactory/ssh-agent@v0.1.1
|
||||
- uses: webfactory/ssh-agent@v0.2.0
|
||||
with:
|
||||
ssh-private-key: |
|
||||
${{ secrets.FIRST_KEY }}
|
||||
|
|
Loading…
Reference in a new issue