Support multiple SSH keys (#14)

* Support concatenation of multiple private keys in the given secret

* Add a changelog
This commit is contained in:
Matthias Pigulla 2020-01-14 10:21:11 +01:00 committed by GitHub
parent ea39f521c5
commit 6cf6299d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 73 additions and 17 deletions

14
CHANGELOG.md Normal file
View file

@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
* Multiple SSH keys can now be provided (#14, closes #7). Thanks to
@webknjaz and @bradmartin for support and tests.