Skip to content

Commit

Permalink
ci/cd: fix amarillo port and add admin token
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 27, 2024
1 parent 5b61930 commit c766009
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
X_DOCKER_ECHARGING_PORT: 1087
X_DOCKER_TRAFFIC_PORT: 1088
X_SERVER_PORT_OTP_REACT_REDUX: 1089
X_DOCKER_AMARILLO_PORT: 1090
X_DOCKER_AMARILLO_PORT: 1092


X_JAVA_MX: "14G"
Expand All @@ -102,6 +102,8 @@ jobs:
X_DRT_HOST: "https://drt.otp.opendatahub.testingmachine.eu/"
X_CHARGER_HOST: "https://charger.otp.opendatahub.testingmachine.eu/"

X_ADMIN_TOKEN: ${{ secrets.AMARILLO_ADMIN_TOKEN }}

# disable in test
# X_MATOMO_BASE_URL: ${{ env.MATOMO_BASE_URL }}
# X_MATOMO_SITE_ID: ${{ env.MATOMO_SITE_ID }}
Expand Down

0 comments on commit c766009

Please sign in to comment.