Skip to content

Commit ec70059

Browse files
committed
Revert "build: debug gpg key"
This reverts commit fcaaba2.
1 parent 44b66c6 commit ec70059

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/reusable-extension-ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,15 +318,8 @@ jobs:
318318
with:
319319
go-version: ${{ inputs.go_version }}
320320

321-
- name: Import GPG Key
322-
uses: crazy-max/ghaction-import-gpg@v1
323-
env:
324-
GPG_PRIVATE_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
325-
PASSPHRASE: ${{ secrets.MAVEN_GPG_PRIVATE_KEY_PASSWORD }}
326-
327321
- name: Export GPG key
328322
run: |
329-
gpg --list-keys steadybit
330323
mkdir -p gpg
331324
echo -n "${{ secrets.MAVEN_GPG_PRIVATE_KEY }}" > gpg.key
332325

0 commit comments

Comments
 (0)