Implement set-secret (#141)

* Implement set-secret

* Update RELEASES.md

* Feedback
This commit is contained in:
Danny McCormick
2019-09-18 14:25:05 -04:00
committed by GitHub
parent 6fcaac5046
commit 14d6a0a2d2
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,6 @@ export function exportSecret(name: string, val: string): void {
// the runner will error with not implemented
// leaving the function but raising the error earlier
issueCommand('set-secret', {}, val)
throw new Error('Not implemented.')
}
/**