File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,13 @@ jobs:
45
45
-H "Content-Type: application/x-www-form-urlencoded" \
46
46
-d "grant_type=client_credentials&client_id=${{secrets.OKTA_CLIENT_ID}}&client_secret=${{secrets.OKTA_CLIENT_SECRET}}")
47
47
token=$(echo $response | jq -r '.access_token')
48
- echo "BEARER_TOKEN =${token}" >> $GITHUB_ENV
48
+ echo "BEARER_TOKEN_EINVOICING =${token}" >> $GITHUB_ENV
49
49
50
50
- name : Build with Maven
51
- run : mvn --batch-mode --update-snapshots verify -DprofileIdEnabled=true -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Psign-artifacts
51
+ run : mvn --batch-mode --update-snapshots verify -DprofileIdEnabled=true -Dtest=EInvoicingTest - Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Psign-artifacts
52
52
env :
53
53
MAVEN_GPG_PASSPHRASE : ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
54
+ BEARER_TOKEN_EINVOICING : ${{ env.BEARER_TOKEN_EINVOICING }}
54
55
55
56
- name : Update resources
56
57
uses : test-room-7/action-update-file@v1
You can’t perform that action at this time.
0 commit comments