Skip to content

Commit

Permalink
Fix project name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ky28059 committed Nov 9, 2024
1 parent 5b8b22b commit fd63ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.VERCEL_TOKEN }}
teamId: ${{ secrets.ORG_ID }}
projectName: internal-ctf
projectName: bootcamp-ctf
envVariableKeys: ADMIN_TOKEN
env:
ADMIN_TOKEN: ${{ secrets.ADMIN_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.VERCEL_TOKEN }}
teamId: ${{ secrets.ORG_ID }}
projectName: internal-ctf
projectName: bootcamp-ctf
envVariableKeys: ADMIN_TOKEN
env:
ADMIN_TOKEN: ${{ secrets.ADMIN_TOKEN }}
Expand Down

0 comments on commit fd63ffe

Please sign in to comment.