Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove project id from delete job
Browse files Browse the repository at this point in the history
Ghislain89 committed Jun 10, 2024
1 parent 16e507e commit 96fb033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/delete-preview.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ permissions:
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_DOCS_ID }}

on:
pull_request:
@@ -27,6 +26,6 @@ jobs:

- name: Prune preview deployments associated with merged PR
env:
META_TAG: ${{ github.event.number }}
META_TAG: ${{ github.event.repository.name }}-${{ github.event.number }}
run: |
bash .github/scripts/prune-deployment.sh

0 comments on commit 96fb033

Please sign in to comment.