Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsangwan committed Jan 27, 2024
1 parent 9e2c1bd commit 293765e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
git config --local user.name "GitHub Action"
git add README.md
git commit -m "Update coverage badge" -a
git push origin HEAD:main
env:
GH_PAT: ${{ secrets.GH_PAT }}
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/deveshsangwan/cricketScoreApi.git
git push origin HEAD:main

0 comments on commit 293765e

Please sign in to comment.