Update main.yml: introducing secrets for S3 and Maps test access

This commit is contained in:
Axel Uhl
2024-04-24 15:17:30 +02:00
committed by GitHub
parent 3be458c5bc
commit 1b781990b6
+2
View File
@@ -22,6 +22,8 @@ jobs:
version: '3.8.9'
ports: '5672:5672'
- shell: bash
env: # Or as an environment variable
APP_PARAMETERS: "-Dgoogle.maps.authenticationparams=${{ secrets.GOOGLE_MAPS_AUTHENTICATIONPARAMS }} -Daws.s3.test.s3AccessId=${{ secrets.AWS_S3_TEST_S3ACCESSID }} -Daws.s3.test.s3AccessKey=${{ secrets.AWS_S3_TEST_S3ACESSKEY }}"
run: |
./configuration/buildAndUpdateProduct.sh -a build 2>&1 | tee build.log
- shell: bash