Skip to content

Commit

Permalink
chore: temp replace step-security action until ent subscription is ac…
Browse files Browse the repository at this point in the history
…tive (#2202)

Signed-off-by: PavelSBorisov <[email protected]>
  • Loading branch information
PavelSBorisov authored Jan 29, 2025
1 parent 4c1510c commit 50466b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ jobs:
- name: Import GPG key
id: gpg_key
uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
# uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
with:
gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }}
passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}
Expand Down

0 comments on commit 50466b9

Please sign in to comment.