From 8b42c38ad86ccebfd627c78905b306431c0e8814 Mon Sep 17 00:00:00 2001 From: Francisco Madeira Date: Wed, 14 Feb 2024 16:20:01 +0000 Subject: [PATCH] ci: fix inputs for neondatabase/delete-branch-action@v3.1.3 (#14) Signed-off-by: Francisco Madeira --- .github/workflows/dashboard-preview-cleanup.yml | 3 +-- .github/workflows/dashboard-preview.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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