diff --git a/.github/workflows/dashboard-preview-cleanup.yml b/.github/workflows/dashboard-preview-cleanup.yml index faf7704b..1cfb97aa 100644 --- a/.github/workflows/dashboard-preview-cleanup.yml +++ b/.github/workflows/dashboard-preview-cleanup.yml @@ -19,8 +19,7 @@ jobs: uses: neondatabase/delete-branch-action@v3.1.3 with: project_id: ${{ env.NEON_PROJECT_ID }} - branch_name: preview/pr-${{ github.event.number }} - username: ${{ env.NEON_DATABASE_USERNAME }} + branch: preview/pr-${{ github.event.number }} api_key: ${{ secrets.NEON_API_KEY }} - name: Delete Container App diff --git a/.github/workflows/dashboard-preview.yml b/.github/workflows/dashboard-preview.yml index 2f7dde0f..93f3c57e 100644 --- a/.github/workflows/dashboard-preview.yml +++ b/.github/workflows/dashboard-preview.yml @@ -56,7 +56,6 @@ jobs: acrUsername: ${{ secrets.REGISTRY_USERNAME }} acrPassword: ${{ secrets.REGISTRY_PASSWORD }} resourceGroup: RG-ethereal_realms_accelerator - containerAppEnvironment: ethereal-nexus-env location: westeurope targetPort: 3000