Skip to content

Commit b35ca15

Browse files
authored
Merge pull request #296 from DguFarmSystem/deploy/#293
fix: ci/cd코드 수정
2 parents 38d380c + 7b47a80 commit b35ca15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19+
token: ${{ secrets.AUTO_ACTIONS }}
1920

2021
- name: Determine target branch
2122
id: vars
@@ -25,7 +26,7 @@ jobs:
2526
2627
- name: Add remote-url
2728
run: |
28-
git remote add forked-repo https://farmsystem-account:${{ secrets.AUTO_ACTIONS }}@github.com/farmsystem-account/HomePage-FE
29+
git remote add forked-repo https://farmsystem-account://x-access-token:${{ secrets.AUTO_ACTIONS }}@github.com/farmsystem-account/HomePage-FE
2930
git config user.name farmsystem-account
3031
git config user.email ${{ secrets.EMAIL }}
3132

0 commit comments

Comments
 (0)