Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 24, 2024
1 parent 0fb5ed0 commit 7da82b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/.m2/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.keyname>0x${env.GPG_KEY_ID_GITHUB_TECHUSER}!</gpg.keyname>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
</profile>
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
uses: speter555/[email protected]
env:
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_KEY_ID_GITHUB_TECHUSER: '8611CD28F472E00'
with:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
ARTIFACT_STORE_SERVER_ID: ''
SETTINGS_XML_PATH: '.github/.m2/settings.xml'
GPG_KEY_ID_GITHUB_TECHUSER: ${{ env.GPG_KEY_ID_GITHUB_TECHUSER }}
GPG_KEY_ID_GITHUB_TECHUSER: '8611CD28F472E00'
GPG_SIGNING_KEY_GITHUB_TECHUSER: ${{ secrets.GPG_SIGNING_KEY_GITHUB_TECHUSER }}
SSH_PRIVATE_KEY_GITHUB_TECHUSER: ${{ secrets.SSH_PRIVATE_KEY_GITHUB_TECHUSER }}
TECH_USER_USERNAME: 'gnodet'
Expand Down

0 comments on commit 7da82b4

Please sign in to comment.