File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 66 tags :
77 - " **"
88 branches :
9- - ' integration '
9+ - ' main '
1010 - ' release/version*'
1111 - ' docker-images'
1212 workflow_dispatch :
1313jobs :
1414 call-reusable-workflow :
1515 uses : nationalsecurityagency/datawave/.github/workflows/microservice-build-image.yaml@integration
16+ secrets :
17+ USER_NAME : ${{ secrets.USER_NAME }}
18+ ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1- name : Run Maven Tests
1+ name : Tests
22
33on :
44 push :
55 paths-ignore : ['*.md', 'CODEOWNERS', 'LICENSE']
66 branches :
7- - ' main'
8- - ' release/*'
7+ - ' main'
8+ - ' release/*'
99 pull_request :
1010 paths-ignore : ['*.md', 'CODEOWNERS', 'LICENSE']
1111
1212jobs :
1313 call-reusable-workflow :
14- uses : nationalsecurityagency/datawave/.github/workflows/microservice-maven-tests.yaml@integration
14+ uses : nationalsecurityagency/datawave/.github/workflows/microservice-maven-tests.yaml@integration
15+ secrets :
16+ USER_NAME : ${{ secrets.USER_NAME }}
17+ ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments