mirror of
https://github.com/1Password/load-secrets-action.git
synced 2026-06-21 14:23:48 +00:00
Create v5 beta release branch
This commit is contained in:
Vendored
+2
-1
@@ -38310,7 +38310,7 @@ const installCliOnGithubActionRunner = async (version) => {
|
|||||||
|
|
||||||
|
|
||||||
;// CONCATENATED MODULE: ./package.json
|
;// CONCATENATED MODULE: ./package.json
|
||||||
const package_namespaceObject = {"rE":"4.0.1"};
|
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"5.0.0-beta.1"}');
|
||||||
;// CONCATENATED MODULE: ./src/constants.ts
|
;// CONCATENATED MODULE: ./src/constants.ts
|
||||||
const envConnectHost = "OP_CONNECT_HOST";
|
const envConnectHost = "OP_CONNECT_HOST";
|
||||||
const envConnectToken = "OP_CONNECT_TOKEN";
|
const envConnectToken = "OP_CONNECT_TOKEN";
|
||||||
@@ -38437,6 +38437,7 @@ const getOIDCToken = async (audience) => getIDToken(audience);
|
|||||||
const loadSecretsFromSDK = async (workloadId, environmentId, integrationKey, shouldExportEnv) => {
|
const loadSecretsFromSDK = async (workloadId, environmentId, integrationKey, shouldExportEnv) => {
|
||||||
// Temporary fix: strip base64 padding from integrationKey — this will eventually be handled by the SDK core itself
|
// Temporary fix: strip base64 padding from integrationKey — this will eventually be handled by the SDK core itself
|
||||||
const customerManagedSecret = integrationKey.replace(/=+$/, "");
|
const customerManagedSecret = integrationKey.replace(/=+$/, "");
|
||||||
|
setSecret(customerManagedSecret);
|
||||||
const client = await (0,sdk.createClient)({
|
const client = await (0,sdk.createClient)({
|
||||||
integrationName: "1Password GitHub Action",
|
integrationName: "1Password GitHub Action",
|
||||||
integrationVersion: package_namespaceObject.rE,
|
integrationVersion: package_namespaceObject.rE,
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "load-secrets-action",
|
"name": "load-secrets-action",
|
||||||
"version": "4.0.1",
|
"version": "5.0.0-beta.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "load-secrets-action",
|
"name": "load-secrets-action",
|
||||||
"version": "4.0.1",
|
"version": "5.0.0-beta.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@1password/op-js": "^0.1.11",
|
"@1password/op-js": "^0.1.11",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "load-secrets-action",
|
"name": "load-secrets-action",
|
||||||
"version": "4.0.1",
|
"version": "5.0.0-beta.1",
|
||||||
"description": "Load Secrets from 1Password",
|
"description": "Load Secrets from 1Password",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|||||||
Reference in New Issue
Block a user