diff options
| author | Federico Igne <git@federicoigne.com> | 2021-10-22 19:42:03 +0100 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-10-22 19:51:57 +0100 |
| commit | b61dedb7677b92a87adaf585c56f8cff2e5ac777 (patch) | |
| tree | 0a9af5cba9ccd853adf0a7f911e6129f35655f3f | |
| parent | 5d07694a41c5d9f926accfbaee0c1620105e3cb8 (diff) | |
| download | RSAComb-b61dedb7677b92a87adaf585c56f8cff2e5ac777.tar.gz RSAComb-b61dedb7677b92a87adaf585c56f8cff2e5ac777.zip | |
Update POM action with custom credentials
| -rw-r--r-- | .github/workflows/pom.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pom.yml b/.github/workflows/pom.yml index 5ef533b..60b7411 100644 --- a/.github/workflows/pom.yml +++ b/.github/workflows/pom.yml | |||
| @@ -24,6 +24,8 @@ jobs: | |||
| 24 | - name: Commit changes | 24 | - name: Commit changes |
| 25 | uses: stefanzweifel/git-auto-commit-action@v4 | 25 | uses: stefanzweifel/git-auto-commit-action@v4 |
| 26 | with: | 26 | with: |
| 27 | commit_user_name: GitHub POM Action | ||
| 28 | commit_user_email: "gh-pom@github.com" | ||
| 27 | commit_message: "⬆ Update POM dependences" | 29 | commit_message: "⬆ Update POM dependences" |
| 28 | commit_options: '--no-verify --signoff' | 30 | commit_options: '--no-verify --signoff' |
| 29 | file_pattern: pom.xml | 31 | file_pattern: pom.xml |
