-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |