Skip to content

Commit 56c046b

Browse files
committed
Needs creds and stuff
1 parent fda18f9 commit 56c046b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/backpublish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,8 @@ jobs:
4141
run: echo $PGP_SECRET | base64 -d -i - | gpg --import
4242

4343
- name: Run back-publish script
44+
env:
45+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
46+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
47+
SONATYPE_CREDENTIAL_HOST: ${{ secrets.SONATYPE_CREDENTIAL_HOST }}
4448
run: ./scripts/back-publish -t ${{ github.event.inputs.tag }} -s ${{ github.event.inputs.scala }}

0 commit comments

Comments
 (0)