Skip to content

Commit b561d79

Browse files
Update secrets
1 parent 2f0e26a commit b561d79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Release
3030
run: sbtn ci-release
3131
env:
32-
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
33-
PGP_SECRET: ${{ secrets.PGP_SECRET }}
34-
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
35-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
32+
PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}
33+
PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }}
34+
SONATYPE_USERNAME: ${{ secrets.PUBLISH_USER }}
35+
SONATYPE_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}

0 commit comments

Comments
 (0)