Skip to content

Commit

Permalink
username
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 27, 2023
1 parent 1238f25 commit 1c4fb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-classifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
server-id: repsy-vertx-vaadin
server-username: mcollovati
server-username: ${{ secrets.REPSY_USERNAME }}
server-password: ${{ secrets.REPSY_PASSWORD }}
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ env.JAVA_VERSION }}
server-id: repsy-vertx-vaadin-snapshots
server-username: ${{ secrets.REPSY_USERNAME }}
server-username: mcollovati
server-password: ${{ secrets.REPSY_PASSWORD }}
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
Expand Down

0 comments on commit 1c4fb34

Please sign in to comment.