Skip to content

Add guide - How to identify & fix Invalid controls and steps to acces… #65

Add guide - How to identify & fix Invalid controls and steps to acces…

Add guide - How to identify & fix Invalid controls and steps to acces… #65

Workflow file for this run

name: Trigger Vercel deploy (prod)
on:
push:
branches:
- main
workflow_dispatch:
jobs:
trigger-vercel-deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Vercel deploy
run: |
curl -X POST ${{ secrets.VERCEL_DEPLOY_LINK_PROD }}