Skip to content

Merge pull request #14 from turbot/add-auth #20

Merge pull request #14 from turbot/add-auth

Merge pull request #14 from turbot/add-auth #20

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 GET https://tailpipe-io.vercel.app/api/service/revalidate-paths \
-H "Authorization: Bearer ${{ secrets.TAILPIPE_API_KEY }}"