Skip to content

Commit dccd857

Browse files
committed
update pgp secrets variable names
1 parent f9cce43 commit dccd857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351

352352
- name: Install GPG Secret Key
353353
id: install-secret-key
354-
run: cat <(echo -e "${{ vars.DEV_LINKED_PLANET_PGP_KEY_ID }}") | gpg --batch --import
354+
run: cat <(echo -e "${{ secrets.DEV_LINKED_PLANET_PGP_PRIVATE_KEY }}") | gpg --batch --import
355355

356356
- name: List available secret keys
357357
id: list-secret-keys
@@ -362,7 +362,7 @@ jobs:
362362
env:
363363
SONATYPE_USERNAME: ${{ vars.SONATYPE_S01_TOKEN_USER }}
364364
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_S01_TOKEN_PASSWORD }}
365-
SIGNING_PASSWORD: ${{ secrets.DEV_LINKED_PLANET_PGP_KEY_PW }}
365+
SIGNING_PASSWORD: ${{ secrets.DEV_LINKED_PLANET_PGP_KEY_PASSPHRASE }}
366366

367367
prepare-next-snapshot:
368368
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)