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 536fe06 commit 12c3b27Copy full SHA for 12c3b27
.github/workflows/post_build.yaml
@@ -27,13 +27,13 @@ jobs:
27
28
- name: IKMDEV Post Build Action
29
id: ikmdev_post_build
30
- uses: ikmdev/maven-post-build-action@test
+ uses: ikmdev/maven-post-build-action@2.2.0
31
with:
32
nexus_repo_password: ${{secrets.EC2_NEXUS_PASSWORD}}
33
branch_name: ${{github.event.workflow_run.head_branch}}
34
github_token: ${{secrets.GITHUB_TOKEN}}
35
- maven_central_username: ${{secrets.MC_SECRET_USERNAME}}
36
- maven_central_password: ${{secrets.MC_SECRET_PASSWORD}}
+ ossrh_username: ${{secrets.OSSRH_TOKEN_USER}}
+ ossrh_token: ${{secrets.OSSRH_TOKEN_PASS}}
37
gpg_key: ${{secrets.GPG_KEY}}
38
gpg_passphrase: ${{secrets.GPG_PASSPHRASE}}
39
sonarcloud_token: ${{ secrets.SONAR_TOKEN }}
0 commit comments