Skip to content

Commit eac8128

Browse files
authored
Merge pull request #14 from Optum/pass
New creds
2 parents 85eea3d + 0f224bc commit eac8128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
server-username: ${{ secrets.OSSRH_USERNAME}}
5454
server-password: ${{ secrets.OSSRH_PASSWORD}}
5555
gpg-private-key: ${{ secrets.SONATYPE_GPG_PRIVATE_KEY }}
56-
gpg-passphrase: SONATYPE_GPG_PASSPHRASE
56+
gpg-passphrase: ${{ secrets.SONATYPE_GPG_PASSPHRASE }}
5757
- name: Build Maven Project
5858
if: success() && (github.event_name == 'pull_request' || (github.event_name == 'push' && matrix.java != env.PRIMARY_JAVA_VERSION))
5959
run: ./mvnw --batch-mode install -D ci.build

0 commit comments

Comments
 (0)