Skip to content

Commit

Permalink
fix(ci): adapt to new sonatype token login
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirocks committed Nov 1, 2024
1 parent b277cc2 commit 7214bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/loxone-client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Publish to OSS Sonatype
shell: bash
env:
OSS_USER: smarteon
OSS_USER: ${{ secrets.OSS_USER }}
OSS_PASS: ${{ secrets.OSS_PASS }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASS: ${{ secrets.SIGNING_PASS }}
Expand Down

0 comments on commit 7214bf3

Please sign in to comment.