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 75e94a0 commit 4a0c09b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
pull_request_target: [ master ]

jobs:
build:
Expand All @@ -18,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Set up Maven Central Repository # Configures settings.xml with required credentials
uses: actions/setup-java@v4
Expand All @@ -39,4 +40,4 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_GPG_PASSPHRASE: 'test'
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit 4a0c09b

Please sign in to comment.