Skip to content

Commit

Permalink
test automation
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedgamal99 committed May 30, 2024
1 parent 216238c commit e29d424
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: "3.x"

- name: Install dependencies
run: |
Expand All @@ -34,4 +34,11 @@ jobs:
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add README.md
git commit -m "Update README.md automatically"
git push https://github.com/sayedgamal99/Data-Science.git HEAD:main
- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

run: |
git push https://github-actions:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/sayedgamal99/Data-Science.git HEAD:main

0 comments on commit e29d424

Please sign in to comment.