Skip to content

Commit

Permalink
remove accesse token url
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 527cd0c commit 89bfc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: use yarn to install dependencies and deploy
shell: bash -l {0}
run: git config --global user.email "[email protected]" && git config --global user.name "justinvforvendetta" && yarn install && yarn run deploy
run: git config --global user.email "[email protected]" && git config --global user.name "justinvforvendetta" && git remote set-url origin https://https://$MY_NAME:${{ secrets.JUSTINVFORVENDETTA }}@github.com/vergecurrency/vergecurrency.com.git && yarn install && yarn run deploy

- name: Upload site
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 89bfc22

Please sign in to comment.