Skip to content

Commit

Permalink
[Chore] [GGFE-208] token 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yoouyeon committed Aug 28, 2023
1 parent 9a5302f commit 8f628dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Test Deploy to Vercel

# 실행에 필요한 secret을 설정해야 합니다.
# - TEST_DEPLOY_REPO_OWNER : fork-sync로 동기화할 repo의 owner
# - TEST_DEPLOY_REPO_OWNER_TOKEN : fork-sync로 동기화할 repo의 owner의 token (read and write permission 필요)

# Parameters
# - owner : fork-sync로 동기화할 repo의 owner
Expand All @@ -22,6 +23,7 @@ jobs:
- name: Fork-sync
uses: tgymnich/[email protected]
with:
token: ${{ secrets.TEST_DEPLOY_REPO_OWNER_TOKEN }}
owner: ${{ secrets.TEST_DEPLOY_REPO_OWNER }}
base: GGFE-208-test-deploy-브랜치-설정
head: test-test-deploy

0 comments on commit 8f628dc

Please sign in to comment.