Skip to content

Commit

Permalink
fix(gha): release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Dec 3, 2024
1 parent 23bffcd commit 66f6193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
name: Release pipeline
runs-on: ubuntu-latest
steps:

- uses: Keeper-Security/ksm-action@v1
- name: Checkout code
uses: actions/checkout@v4

- uses: Keeper-Security/ksm-action@v1
with:
keeper-secret-config: ${{ secrets.KSM_CONFIG }}
secrets: |
Expand All @@ -23,8 +25,6 @@ jobs:
${{ vars.KEEPER_GPG_ARTIFACT_SIGNING_RECORD_ID }}/field/login > env:GPG_KEYNAME
${{ vars.KEEPER_GPG_ARTIFACT_SIGNING_RECORD_ID }}/custom_field/gpg-private-key > env:GPG_PRIVATE_KEY
${{ vars.KEEPER_GPG_ARTIFACT_SIGNING_RECORD_ID }}/field/password > env:MAVEN_GPG_PASSPHRASE
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit 66f6193

Please sign in to comment.