Skip to content

Commit

Permalink
something like this.
Browse files Browse the repository at this point in the history
getting closer.
  • Loading branch information
justinvforvendetta committed Mar 2, 2024
1 parent 6e27d7e commit 186c5bd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,13 @@ jobs:
- name: Yarn deploy
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
super_secret: ${{ secrets.JUSTINVFORVENDETTA }}
MY_EMAIL: [email protected]
MY_NAME: JustinVforVendetta
shell: bash -l {0}
run: git config --global user.email "[email protected]" && git config --global user.name "justinvforvendetta" && git remote set-url origin https://x-access-token:${{ secrets.JUSTINVFORVENDETTA }}@github.com/vergecurrency/vergecurrency.com.git && nvm use && yarn run deploy
run: |
git config --global user.email $MY_EMAIL
git config --global user.name $MY_NAME
git remote set-url origin https://$MY_NAME:${{ secrets.JUSTINVFORVENDETTA }}@github.com/vergecurrency/vergecurrency.com.git
nvm use
yarn run deploy

0 comments on commit 186c5bd

Please sign in to comment.