mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-26 21:38:50 +00:00
convert remaining to esm
This commit is contained in:
parent
cd38d43a7a
commit
b379e88781
22 changed files with 77 additions and 68 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import got from 'got';
|
||||
const core = require('@actions/core');
|
||||
import * as core from '@actions/core';
|
||||
|
||||
const vaultUrl = `${process.env.VAULT_HOST}:${process.env.VAULT_PORT}`;
|
||||
const caCertificateRaw = `${process.env.VAULTCA}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue