We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e72bc commit edb7288Copy full SHA for edb7288
.github/workflows/publish.yml
@@ -46,8 +46,8 @@ jobs:
46
- name: Setup global resolver
47
env:
48
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
49
- PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
50
- PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
+ SONATYPE_USERNAME: ${{ secrets.KALIX_IO_SONATYPE_USER }}
+ SONATYPE_PASSWORD: ${{ secrets.KALIX_IO_SONATYPE_PASSWORD }}
51
run: |
52
chmod +x ./scripts/setup_global_resolver.sh
53
./scripts/setup_global_resolver.sh
0 commit comments