File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments