Skip to content

Commit

Permalink
🐛 Fix: deploy문서 email 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuke81 committed Nov 23, 2024
1 parent 76fe35d commit 9090220
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ jobs:
sync:
name: Sync forked repo
runs-on: ubuntu-latest

steps:
- name: Checkout main
uses: actions/checkout@v4
with:
repository: merging-Branchify/Brachify_FE
token: ${{ secrets.BRANCHIFY_TOKEN }}
fetch-depth: 0
ref: main

- name: Add remote-url
run: |
git remote add forked-repo https://hyuke81:${{ secrets.BRANCHIFY_TOKEN }}@github.com/hyuke81/Brachify_FE
git config user.name hyuke81
git config user.email ${ ${{ secrets.EMAIL }} }
git config user.name "hyuke81"
git config user.email "${{ secrets.EMAIL }}"
- name: Push changes to forked-repo
run: |
Expand Down

0 comments on commit 9090220

Please sign in to comment.