mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-09 08:06:55 +00:00
revert breaking change
This commit is contained in:
parent
3f443cf847
commit
811ca0679a
2 changed files with 0 additions and 4 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -18502,8 +18502,6 @@ const AUTH_METHODS = ['approle', 'token', 'github', 'jwt', 'kubernetes'];
|
|||
const ENCODING_TYPES = ['base64', 'hex', 'utf8'];
|
||||
|
||||
async function exportSecrets() {
|
||||
throw Error(`OH NO`);
|
||||
|
||||
const vaultUrl = core.getInput('url', { required: true });
|
||||
const vaultNamespace = core.getInput('namespace', { required: false });
|
||||
const extraHeaders = parseHeadersInput('extraHeaders', { required: false });
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ const AUTH_METHODS = ['approle', 'token', 'github', 'jwt', 'kubernetes'];
|
|||
const ENCODING_TYPES = ['base64', 'hex', 'utf8'];
|
||||
|
||||
async function exportSecrets() {
|
||||
throw Error(`OH NO`);
|
||||
|
||||
const vaultUrl = core.getInput('url', { required: true });
|
||||
const vaultNamespace = core.getInput('namespace', { required: false });
|
||||
const extraHeaders = parseHeadersInput('extraHeaders', { required: false });
|
||||
|
|
|
|||
Loading…
Reference in a new issue