From d0c02a360ccd0678af6f8aad9c222520a8ea81e0 Mon Sep 17 00:00:00 2001 From: jcpitre Date: Thu, 7 Nov 2024 13:48:23 -0500 Subject: [PATCH] test 1 --- .github/actions/extract-1password-secret/action.yml | 2 +- .github/workflows/secret_refs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/extract-1password-secret/action.yml b/.github/actions/extract-1password-secret/action.yml index cf4bfe74e4..4cf94ac2cd 100644 --- a/.github/actions/extract-1password-secret/action.yml +++ b/.github/actions/extract-1password-secret/action.yml @@ -38,7 +38,7 @@ runs: - name: Load secrets from 1Password id: onepw_secrets - uses: jcpitre/load-secrets-action@v10.0.12 + uses: 1password/load-secrets-action@v2.0.0 with: export-env: true # Export loaded secrets as environment variables env: diff --git a/.github/workflows/secret_refs.yml b/.github/workflows/secret_refs.yml index 3abda2bb15..5427c524e4 100644 --- a/.github/workflows/secret_refs.yml +++ b/.github/workflows/secret_refs.yml @@ -16,7 +16,7 @@ jobs: uses: ./.github/actions/extract-1password-secret with: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} # This is required to connect to the vault in our 1Password account. - keys: 'MAVEN_GPG_PASSPHRASE qaz' + keys: 'MAVEN_GPG_PASSPHRASE MAVEN_GPG_PRIVATE_KEY GITHUB_GENERIC_ACTION_CREDENTIALS qaz' ONE_PASSWORD_SECRET_REFERENCES: ${{ vars.ONE_PASSWORD_SECRET_REFERENCES }} - name: Use extracted value