diff --git a/.github/workflows/deploy-feature.yml b/.github/workflows/deploy-feature.yml index 35f2a9b3..f54024da 100644 --- a/.github/workflows/deploy-feature.yml +++ b/.github/workflows/deploy-feature.yml @@ -13,9 +13,12 @@ permissions: contents: read # This is required for actions/checkout jobs: - DeployFeatureSST: + GitCheckoutWithEnvVars: runs-on: ubuntu-latest uses: meetnearme/api/.github/workflows/git-checkout-w-env-vars.yml@feature/env-vars + + DeployFeatureSST: + runs-on: ubuntu-latest steps: - name: Extract branch name shell: bash diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 1504186b..bece27e1 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -13,8 +13,11 @@ permissions: contents: read # This is required for actions/checkout jobs: - DeployProdSST: + GitCheckoutWithEnvVars: + runs-on: ubuntu-latest uses: meetnearme/api/.github/workflows/git-checkout-w-env-vars.yml@feature/env-vars + + DeployProdSST: runs-on: ubuntu-latest steps: - name: Extract branch name