Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Mar 11, 2024
1 parent b68ae60 commit 75e94a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check secrets
run: echo "Maven_username is ${{ secrets.OSSRH_USERNAME }}" && echo "Private key is ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}"
run: echo "Maven_username is ${{ secrets.API_KEY }}" && echo "Private key is ${{ secrets.VIRTUOSO_PASSWORD }}"

- name: Set up Maven Central Repository # Configures settings.xml with required credentials
uses: actions/setup-java@v4
Expand Down

0 comments on commit 75e94a0

Please sign in to comment.