Skip to content

Commit

Permalink
ah
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 83ed314 commit 5ade44a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ jobs:

- name: use yarn to install dependencies and deploy
shell: bash -l {0}

- name: Git Setup Global Config
shell: bash -l {0}
run: export GITHUB_USER=justinvforvendetta && echo "GITHUB_USER=$GITHUB_USER" >> $GITHUB_ENV && echo "GITHUB_TOKEN=${{ secrets.JUSTINVFORVENDETTA }}" >> $GITHUB_ENV && git config --global user.email "[email protected]" && git config --global user.name $GITHUB_USER

-name: yarn install and deploy
- name: yarn install and deploy
shell: bash -l {0}
run: yarn install && yarn run deploy

Expand Down

0 comments on commit 5ade44a

Please sign in to comment.