Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lly02 authored Aug 16, 2023
1 parent fcde626 commit f59f1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
run: |
git config --global user.email ${{ secrets.MY_EMAIL }}
git config --global user.name ${{ secrets.MY_NAME }}
git remote set-url origin https://github.com/Hack-Weekly/sage-giraffe-sudoku.git
git remote set-url origin https://${{ secrets.MY_NAME }}:${{ secrets.PERSON_ACCESS_TOKEN_FOR_PUSH_TO_GH_PAGES_BRANCH }}@github.com/Hack-Weekly/sage-giraffe-sudoku.git
npm run deploy

0 comments on commit f59f1d6

Please sign in to comment.