Merge pull request #94 from Hestia-Homes/main

fixing creation of epc token in github actions
This commit is contained in:
KhalimCK 2023-07-20 11:01:32 +01:00 committed by GitHub
commit a49eda690e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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