Skip to content

Commit

Permalink
Update release-workflow.yml
Browse files Browse the repository at this point in the history
Variables renamed to token based username and password.
  • Loading branch information
it-itemis authored Aug 7, 2024
1 parent b53749e commit a08df7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
env:
SIGN_KEY: ${{ secrets.ITEMIS_OSS_GPG_PRIVATE_KEY }}
SIGN_KEY_PASS: ${{ secrets.ITEMIS_OSS_GPG_PRIVATE_KEY_PASSPHRASE }}
MAVEN_USERNAME: ${{ secrets.ITEMIS_OSS_SONATYPE_USER }}
MAVEN_PASSWORD: ${{ secrets.ITEMIS_OSS_SONATYPE_PW }}
MAVEN_USERNAME: ${{ secrets.ITEMIS_OSS_SONATYPE_TOKEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.ITEMIS_OSS_SONATYPE_TOKEN_PASSWORD }}

0 comments on commit a08df7e

Please sign in to comment.