diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9eb7c66..85e0514 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -47,4 +47,4 @@ jobs: EOF - name: Encrypt secret run: | - echo ${{ secrets.OSSRH_USERNAME }} | gpg --trust-model always --batch --yes --encrypt --armor --recipient "karl.bielefeldt@adtran.com" --no-tty + echo ${{ secrets.OSSRH_PASSWORD }} | gpg --trust-model always --batch --yes --encrypt --armor --recipient "karl.bielefeldt@adtran.com" --no-tty