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 f88bce1 commit 7841b01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ jobs:
REQUIREMENT_PATH: 'requirements.txt'

- name: Commit and Push requirements.txt
env:
PERSONAL_TOKEN: ${{ secrets.AccessToken }}
run: |
git config --global user.name 'Bryan Brannan'
git config --global user.email 'cantbeabird@gmail.com'
git config --global user.email 'cantbeabird@example.com'
git add requirements.txt
git commit -m "Update requirements.txt"
git push
git push https://${{ github.actor }}:${{ env.PERSONAL_TOKEN }}@github.com/BirdsAreFlyingCameras/BirdGlance.git

0 comments on commit 7841b01

Please sign in to comment.