Skip to content

Commit

Permalink
conf: deploy config 유저 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonju0110 committed Apr 22, 2024
1 parent 966cc58 commit 9b89de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Deploy
run: |
git config --local user.email "dlwoabsdk@gmail.com"
git config --local user.name hustle-dev
git config --local user.email "yjj0287@gmail.com"
git config --local user.name "Yeonju Jo"
git remote set-url origin https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}
yarn deploy

0 comments on commit 9b89de9

Please sign in to comment.