Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Nov 21, 2024
1 parent ecff91d commit de655e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
git commit -m "Update README with new data"
fi
- name: Debug authentication
run: |
echo "Testing push permissions"
git push --dry-run https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}.git
- name: Push changes to remote repository
if: success() # Ensures the step only runs if previous steps succeeded
run: |
Expand Down

0 comments on commit de655e8

Please sign in to comment.