Skip to content

Commit fb2baf0

Browse files
committed
Actually the correct, inherited secrets
1 parent 1910941 commit fb2baf0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
- name: Publish artifacts
3737
run: sbt ci-release
3838
env:
39-
SONATYPE_USERNAME: ${{ secrets.username }}
40-
SONATYPE_PASSWORD: ${{ secrets.password }}
41-
PGP_PASSPHRASE: ${{ secrets.pgp_passphrase }}
42-
PGP_SECRET: ${{ secrets.pgp_secret }}
39+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
40+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
41+
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
42+
PGP_SECRET: ${{ secrets.PGP_SECRET }}
4343

4444
- name: Cleanup before cache
4545
shell: bash

0 commit comments

Comments
 (0)