Skip to content

Commit 98d38b4

Browse files
committed
update release pgp key
1 parent 4b4658f commit 98d38b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
run: sbt versionCheck check
1818
- name: Release
1919
env:
20-
PGP_SECRET: ${{ secrets.PGP_SECRET }}
21-
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
20+
PGP_SECRET: ${{ secrets.PGP_SECRET_2024 }}
21+
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE_2024 }}
2222
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2323
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
2424
run: sbt ci-release

0 commit comments

Comments
 (0)