mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 00:26:55 +00:00
* CI should fail
This commit is contained in:
parent
811ca0679a
commit
3aa1d01957
2 changed files with 4 additions and 0 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -18502,6 +18502,8 @@ const AUTH_METHODS = ['approle', 'token', 'github', 'jwt', 'kubernetes'];
|
|||
const ENCODING_TYPES = ['base64', 'hex', 'utf8'];
|
||||
|
||||
async function exportSecrets() {
|
||||
throw console.error("CI SHOULD FAIL");
|
||||
|
||||
const vaultUrl = core.getInput('url', { required: true });
|
||||
const vaultNamespace = core.getInput('namespace', { required: false });
|
||||
const extraHeaders = parseHeadersInput('extraHeaders', { required: false });
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ const AUTH_METHODS = ['approle', 'token', 'github', 'jwt', 'kubernetes'];
|
|||
const ENCODING_TYPES = ['base64', 'hex', 'utf8'];
|
||||
|
||||
async function exportSecrets() {
|
||||
throw console.error("CI SHOULD FAIL");
|
||||
|
||||
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