Add Decoding to Secrets (#408)

* Add decoding to secrets

* remove index.js

* Add test case, and other updates
This commit is contained in:
Luis (LT) Carbonell
2023-01-17 10:42:49 -06:00
committed by GitHub
parent 8fa61e9099
commit 0f409d4023
3 changed files with 39 additions and 2 deletions

View File

@@ -76,6 +76,9 @@ inputs:
description: 'Time in seconds, after which token expires'
required: false
default: 3600
secretEncodingType:
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
required: false
runs:
using: 'node16'
main: 'dist/index.js'