diff --git a/.github/workflows/sst_deploy.yaml b/.github/workflows/sst_deploy.yaml index e24c552..510684d 100644 --- a/.github/workflows/sst_deploy.yaml +++ b/.github/workflows/sst_deploy.yaml @@ -15,9 +15,6 @@ permissions: jobs: DeployApp: runs-on: ubuntu-latest - env: - #Define your envs needed for static generation: - # ENV_NAME: ${{ secrets.ENV_NAME }} steps: - name: Git clone the repository uses: actions/checkout@v3