Skip to content

Dependency Dashboard #446

Dependency Dashboard

Dependency Dashboard #446

Workflow file for this run

name: Deploy
on:
issues:
types: [closed, edited, deleted]
jobs:
run:
runs-on: ubuntu-latest
if: ${{ github.event.issue.author_association == 'OWNER' && github.event.issue.state == 'closed' }}
steps:
- name: Cancel Workflow
uses: styfle/[email protected]
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to Vercel
uses: BetaHuhn/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}