mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-06 23:06:54 +00:00
* chore: make vault action consumable * fix prefixless queries to default to data * fix the right build entrypoint * make output more forgiving and shore up selectors * clarify doc language * add npmtoken
7 lines
No EOL
114 B
JavaScript
7 lines
No EOL
114 B
JavaScript
const auth = require('./auth');
|
|
const secrets = require('./secrets');
|
|
|
|
module.exports = {
|
|
auth,
|
|
secrets
|
|
}; |