fix: use github action bot
This commit is contained in:
2
.github/workflows/vercel-deploy.yml
vendored
2
.github/workflows/vercel-deploy.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Deploy to Vercel
|
||||
uses: LoredDev/deploy-to-vercel-action@master
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
|
||||
|
||||
Reference in New Issue
Block a user