Skip to content

Commit e8fee58

Browse files
manNomiclaude
andcommitted
chore: clean up unused files and fix Vercel config
- Remove --scope option from Vercel link command (for personal account) - Remove VERCEL_ORG_ID env variable (not needed for personal account) - Delete test trigger files (test-trigger.txt, test-trigger-2.md, test-weekly-trigger.md) - Delete completed PRD docs (api-migration, eslint-prettier-migration, husky-ci-workflow) - Rename 클로드.md to CLAUDE.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3a68727 commit e8fee58

9 files changed

Lines changed: 2 additions & 1250 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ permissions:
33
contents: write
44

55
env:
6-
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
76
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
87
VERCEL_ENV: preview
98

@@ -31,7 +30,7 @@ jobs:
3130
run: npm install --global vercel@latest
3231

3332
- name: Link Vercel Project
34-
run: vercel link --yes --scope=${{ secrets.VERCEL_ORG_ID }} --project=${{ secrets.VERCEL_PROJECT_ID }} --token=${{ secrets.VERCEL_TOKEN }}
33+
run: vercel link --yes --project=${{ secrets.VERCEL_PROJECT_ID }} --token=${{ secrets.VERCEL_TOKEN }}
3534

3635
- name: Pull Vercel Environment Information
3736
run: vercel pull --yes --environment=${{ env.VERCEL_ENV }} --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ permissions:
44
contents: write
55

66
env:
7-
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
87
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
98
VERCEL_ENV: production
109

@@ -46,7 +45,7 @@ jobs:
4645
run: npm install --global vercel@latest
4746

4847
- name: Link Vercel Project
49-
run: vercel link --yes --scope=${{ secrets.VERCEL_ORG_ID }} --project=${{ secrets.VERCEL_PROJECT_ID }} --token=${{ secrets.VERCEL_TOKEN }}
48+
run: vercel link --yes --project=${{ secrets.VERCEL_PROJECT_ID }} --token=${{ secrets.VERCEL_TOKEN }}
5049

5150
- name: Pull Vercel Environment Information
5251
run: vercel pull --yes --environment=${{ env.VERCEL_ENV }} --token=${{ secrets.VERCEL_TOKEN }}
File renamed without changes.

docs/api-migration-prd.md

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)