mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(be): deserialize secret of inventory
This commit is contained in:
parent
ce21ea82bc
commit
dabc8ebf71
@ -74,6 +74,12 @@ func FillInventory(d Store, inventory *Inventory) (err error) {
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
err = repo.SSHKey.DeserializeSecret()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
inventory.Repository = &repo
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user