From 89bfc22a798969f90af69f8506aa2a9c27ca8a5d Mon Sep 17 00:00:00 2001 From: sunerok Date: Sun, 3 Mar 2024 07:50:29 -0500 Subject: [PATCH] remove accesse token url --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fcfed3ba47..eb460bcec5 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -24,7 +24,7 @@ jobs: - name: use yarn to install dependencies and deploy shell: bash -l {0} - run: git config --global user.email "justinvforvendetta@gmail.com" && git config --global user.name "justinvforvendetta" && yarn install && yarn run deploy + run: git config --global user.email "justinvforvendetta@gmail.com" && 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