fix: remove need for a github token
This commit is contained in:
2
.github/workflows/vercel-deploy.yml
vendored
2
.github/workflows/vercel-deploy.yml
vendored
@@ -3,8 +3,6 @@ name: "Deploy on Vercel"
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
secrets:
|
secrets:
|
||||||
GH_TOKEN:
|
|
||||||
required: true
|
|
||||||
VERCEL_TOKEN:
|
VERCEL_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
VERCEL_PROJECT_ID:
|
VERCEL_PROJECT_ID:
|
||||||
|
|||||||
Reference in New Issue
Block a user