Skip to content

Commit

Permalink
Added 1password extraction 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpitre committed Nov 6, 2024
1 parent 8a389c4 commit c110793
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/secret_refs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ 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: 'SONATYPE_TOKEN_USERNAME SONATYPE_TOKEN_PASSWORD MAVEN_GPG_PASSPHRASE qaz'
keys: 'MAVEN_GPG_PASSPHRASE qaz'
ONE_PASSWORD_SECRET_REFERENCES: ${{ vars.ONE_PASSWORD_SECRET_REFERENCES }}

- name: Use extracted value
run: |
echo "The value for the SONATYPE_TOKEN_USERNAME is ${{ env.SONATYPE_TOKEN_USERNAME }}"
echo "The value for the SONATYPE_TOKEN_PASSWORD is ${{ env.SONATYPE_TOKEN_PASSWORD }}"
echo "The value for the MAVEN_GPG_PASSPHRASE is ${{ env.MAVEN_GPG_PASSPHRASE }}"
echo "The value for the qaz is ${{ env.qaz }}"

0 comments on commit c110793

Please sign in to comment.