Skip to content

Commit feb7a3e

Browse files
committed
HPI-22073 IAM-10197 IAM-10215 Update here-aaa-java-sdk to support jwt assertions
Signed-off-by: Stanislav Paltis <Stanislav.altis@here.com>
1 parent 46b39e7 commit feb7a3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Run AAA SDK tests
2626
run: mvn -Dhere.token.endpoint.url=https://stg.account.api.here.com/oauth2/token -Dhere.access.key.id=${{ secrets.ACCESS_KEY_ID }} -Dhere.access.key.secret=${{ secrets.ACCESS_KEY_SECRET }} clean install
2727
- name: Run JWT client assertion integration test
28-
if: ${{ secrets.JWT_PRIVATE_KEY != '' }}
28+
if: ${{ env.JWT_PRIVATE_KEY != '' }}
29+
env:
30+
JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }}
2931
run: |
3032
mvn test -pl here-oauth-client -Dtest=JwtClientAssertionIT \
3133
-Dhere.token.endpoint.url=https://stg.account.api.here.com/oauth2/token \

0 commit comments

Comments
 (0)