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 392d775 commit 4a3299a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Automatic requirements.txt for Python Project
uses: ryan-rozario/[email protected]
Expand All @@ -24,5 +26,4 @@ jobs:
git config --global user.email '[email protected]'
git add requirements.txt
git commit -m "Update requirements.txt"
git push https://${{ github.actor }}:${{ env.PERSONAL_TOKEN }}@github.com/BirdsAreFlyingCameras/BirdGlance
git push https://BirdsAreFlyingCameras:${{ secrets.ACCESSTOKEN }}@github.com/BirdsAreFlyingCameras/BirdGlance.git

0 comments on commit 4a3299a

Please sign in to comment.