Skip to content

Commit

Permalink
forgot exporting secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Nov 29, 2023
1 parent 5e912f7 commit 44e77b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
run: |
mkdir -p ~/.sbt/gpg
echo "${{secrets.PGP_SECRET}}" | base64 --decode > ~/.sbt/gpg/secring.key
echo "${{ secrets.PGP_SECRET }}" | base64 --decode > ~/.sbt/gpg/secring.key
gpg --batch --pinentry-mode=loopback --yes --passphrase ${{ secrets.PGP_PASSPHRASE }} --import ~/.sbt/pgp/secring.key
gpg --batch --pinentry-mode=loopback --yes --passphrase ${{ secrets.PGP_PASSPHRASE }} --export-secret-key 4EFDC6FC2DEC936B13B7478C2F8C0F4E1D397E7F > ~/.sbt/pgp/secring.gpg
sh ./update-extism.sh
Expand Down

0 comments on commit 44e77b0

Please sign in to comment.