Skip to content

Commit

Permalink
Update cleanup-preview.yml
Browse files Browse the repository at this point in the history
Use the var.NEON_PROJECT_ID to match
  • Loading branch information
clarkbw authored May 7, 2024
1 parent e1544e8 commit b852866
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cleanup-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete Fly app
id: deploy
uses: superfly/[email protected]

- name: Delete Neon Branch
uses: neondatabase/[email protected]
with:
project_id: ${{ secrets.NEON_PROJECT_ID }}
project_id: ${{ var.NEON_PROJECT_ID }}
branch: preview/pr-${{ github.event.number }}-${{ github.event.pull_request.head.ref }}
api_key: ${{ secrets.NEON_API_KEY }}

0 comments on commit b852866

Please sign in to comment.