Skip to content

Commit

Permalink
chore: Update remote URL for forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Najeong-Kim committed Jul 27, 2024
1 parent 073c6e2 commit ed0513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: add remote-url
run: |
git remote add forked-repo https://github.com/Najeong-Kim/WeSki-web:${{ secrets.FORKED_REPO_TOKEN }}@github.com/Najeong-Kim/WeSki-web
git remote add forked-repo https://Najeong-Kim:${{ secrets.FORKED_REPO_TOKEN }}@github.com/Najeong-Kim/WeSki-web
git config user.name Najeong-Kim
git config user.email [email protected]
Expand Down

0 comments on commit ed0513c

Please sign in to comment.