where the deploy token at
This commit is contained in:
7
.github/workflows/deploy-vercel.yml
vendored
7
.github/workflows/deploy-vercel.yml
vendored
@@ -14,12 +14,13 @@ on:
|
|||||||
|
|
||||||
run-name: deploy-${{ github.ref_name }}-${{ github.run_number }}
|
run-name: deploy-${{ github.ref_name }}-${{ github.run_number }}
|
||||||
|
|
||||||
permissions:
|
permissions: read-all
|
||||||
contents: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Trigger Vercel Deployment
|
- 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 }}
|
||||||
Reference in New Issue
Block a user