Skip to content

Commit

Permalink
ci: fix inputs for neondatabase/delete-branch-action@v3.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
  • Loading branch information
fgmadeira committed Feb 14, 2024
1 parent 18518e5 commit 72b4781
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dashboard-preview-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dashboard-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72b4781

Please sign in to comment.