We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f0095 commit 0a662e2Copy full SHA for 0a662e2
.github/workflows/build_develop.yml
@@ -69,7 +69,7 @@ jobs:
69
env:
70
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
71
- name: Build with Maven
72
- run: mvn -B -Psign -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.BitwardenAccessTest install --file pom.xml
+ run: mvn -s ${{ github.workspace }}/.m2/settings.xml -B -Psign -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.BitwardenAccessTest install --file pom.xml
73
74
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
75
PACKAGES_USER: ${{ secrets.PACKAGES_USER }}
0 commit comments