fixing creation of epc token in github actions

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-20 10:59:11 +01:00
parent 52a7501345
commit 1842835202

View file

@ -72,5 +72,5 @@ jobs:
SECRET_KEY: ${{ secrets.NEXTAUTH_SECRET }}
PLAN_TRIGGER_BUCKET: 'retrofit-plan-inputs-${{ github.ref_name }}'
DOMAIN_NAME: ${{ steps.set_domain.outputs.domain }}
EPC_AUTH_TOKEN: ${{ steps.set_auth_token.outputs.domain }}
EPC_AUTH_TOKEN: ${{ steps.set_auth_token.outputs.auth_token }}
run: sls deploy --stage ${{ github.ref_name }} --verbose