diff --git a/.github/workflows/push-master-environment.yaml b/.github/workflows/push-master-environment.yaml index 9865aeea..b61db0cd 100644 --- a/.github/workflows/push-master-environment.yaml +++ b/.github/workflows/push-master-environment.yaml @@ -76,7 +76,7 @@ jobs: # hapi HAPI_SERVER_ADDRESS: 0.0.0.0 HAPI_SERVER_PORT: 9090 - HAPI_VALID_USERS: ${{secrets.HAPI_VALID_USERS}} + HAPI_VALID_USERS: ${{ secrets.HAPI_VALID_USERS }} HAPI_POSTGRES_USER: ${{ secrets.HAPI_POSTGRES_USER }} HAPI_POSTGRES_PASSWORD: ${{ secrets.HAPI_POSTGRES_PASSWORD }} HAPI_HASURA_URL: ${{ secrets.HAPI_HASURA_URL }} diff --git a/.github/workflows/push-staging-environment.yaml b/.github/workflows/push-staging-environment.yaml index 0a614c9a..42e6ff80 100644 --- a/.github/workflows/push-staging-environment.yaml +++ b/.github/workflows/push-staging-environment.yaml @@ -77,7 +77,7 @@ jobs: # hapi HAPI_SERVER_ADDRESS: 0.0.0.0 HAPI_SERVER_PORT: 9090 - HAPI_VALID_USERS: ${{secrets.HAPI_VALID_USERS}} + HAPI_VALID_USERS: ${{ secrets.HAPI_VALID_USERS }} HAPI_POSTGRES_USER: ${{ secrets.HAPI_POSTGRES_USER }} HAPI_POSTGRES_PASSWORD: ${{ secrets.HAPI_POSTGRES_PASSWORD }} HAPI_HASURA_URL: ${{ secrets.HAPI_HASURA_URL }}