Skip to content

Commit f40b97c

Browse files
committed
remove maven settings action from PR build workflow
remove maven settings action not needed for PRs and failing because of not available secrets in PRs from fork
1 parent bceded4 commit f40b97c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/maven-pr-3.0.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,6 @@ jobs:
3333
/bin/bash ./bin/utils/detect_merge_conflict.sh
3434
# fail if generators contain tab '\t'
3535
/bin/bash ./bin/utils/detect_tab_in_java_class.sh
36-
- uses: s4u/[email protected]
37-
name: setup maven settings.xml
38-
with:
39-
servers: |
40-
[{
41-
"id": "sonatype-nexus-staging",
42-
"username": "${{ secrets.OSSRH_USERNAME }}",
43-
"password": "${{ secrets.OSSRH_TOKEN }}"
44-
},
45-
{
46-
"id": "sonatype-nexus-snapshots",
47-
"username": "${{ secrets.OSSRH_USERNAME }}",
48-
"password": "${{ secrets.OSSRH_TOKEN }}"
49-
}]
5036
- name: Build with Maven
5137
if: ${{ matrix.java != 8 }}
5238
run: |

0 commit comments

Comments
 (0)