diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f28ce951..7b994bff 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -75,6 +75,6 @@ jobs: env: WORKFLOW_REF: ${{ github.ref }} WORKFLOW_SHA: ${{ github.sha }} - INSTELLAR_ENDPOINT: ${{secrets.INSTELLAR_ENDPOINT}} + INSTELLAR_ENDPOINT: ${{env.INSTELLAR_ENDPOINT}} INSTELLAR_PACKAGE_TOKEN: ${{secrets.INSTELLAR_PACKAGE_TOKEN}} INSTELLAR_AUTH_TOKEN: ${{secrets.INSTELLAR_AUTH_TOKEN}}