Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BirdsAreFlyingCameras authored Dec 29, 2023
1 parent 91af859 commit d97ae3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
env:
PERSONAL_TOKEN: ${{ secrets.ACCESSTOKEN }}
run: |
git config --global user.name 'Bryan Brannan'
git config --global user.email 'cantbeabird@example.com'
git config --global user.name 'BirdsAreFlyingCameras'
git config --global user.email 'cartmansmad@gmail.com'
git add requirements.txt
git commit -m "Update requirements.txt"
git push https://${{ github.actor }}:${{ env.PERSONAL_TOKEN }}@github.com/BirdsAreFlyingCameras/BirdGlance.git
Expand Down

0 comments on commit d97ae3f

Please sign in to comment.