where the deploy token at

This commit is contained in:
Ra
2025-08-25 15:34:38 -07:00
parent 95f28c4cc6
commit 407ce41e44

View File

@@ -3,7 +3,7 @@ name: deploy
on:
push:
branches:
- main
- main
workflow_call: {}
workflow_dispatch:
inputs:
@@ -14,12 +14,13 @@ on:
run-name: deploy-${{ github.ref_name }}-${{ github.run_number }}
permissions:
contents: read
permissions: read-all
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Vercel Deployment
run: curl -X POST https://api.vercel.com/v1/integrations/deploy/
env:
VERCEL_DEPLOY_TOKEN: ${{ secrets.VERCEL_DEPLOY_TOKEN }}
run: curl -X POST https://api.vercel.com/v1/integrations/deploy/${{ env.VERCEL_DEPLOY_TOKEN }}