Skip to content

Commit

Permalink
ci(deploy): use default github token
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 authored Jan 11, 2024
1 parent 32dfbc4 commit ccba545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: BetaHuhn/deploy-to-vercel-action@v1
with:
PRODUCTION: true
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_DAE_GOVERNOR }}

0 comments on commit ccba545

Please sign in to comment.