Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Oct 2, 2023
1 parent 6fc4dd5 commit d626533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ runs:
-e AUTHENTICATE_CLIENT_ID=${{ inputs.CLIENT_ID }} \
-e AUTHENTICATE_CLIENT_SECRET=${{ inputs.CLIENT_KEY }} \
-e AUTHENTICATE_CLIENT_REALMS=${{ inputs.CLIENT_REALM }} \
-e AUTHENTICATE_URL="https://idm.qa.stackspot.com" \
-e FEATURES_API_MANAGER="https://runtime-manager.qa.stackspot.com" \
-e AUTHENTICATE_URL="https://idm.stackspot.com" \
-e FEATURES_API_MANAGER="https://runtime-manager.v1.stackspot.com" \
-e AWS_ACCESS_KEY_ID=${{ inputs.AWS_ACCESS_KEY_ID }} \
-e AWS_SECRET_ACCESS_KEY=${{ inputs.AWS_SECRET_ACCESS_KEY }} \
-e AWS_SESSION_TOKEN=${{ inputs.AWS_SESSION_TOKEN }} \
Expand Down

0 comments on commit d626533

Please sign in to comment.