Skip to content

Commit

Permalink
Fix github push in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
satyaog committed Aug 8, 2024
1 parent f1ba030 commit 8a6e381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cloud-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
permissions:
id-token: write

#
jobs:
cloud-tests:
strategy:
Expand Down Expand Up @@ -124,7 +123,7 @@ jobs:
- name: Summary
run: |
git remote set-url origin "https://${{ vars.REPORTS_USERNAME }}:${{ secrets.REPORTS_PAT }}@$(git remote get-url origin | cut -d'/' -f3-)"
# git remote set-url origin "https://${{ vars.REPORTS_USERNAME }}:${{ secrets.REPORTS_PAT }}@$(git remote get-url origin | cut -d'/' -f3-)"
git config --global user.email "[email protected]"
git config --global user.name "GitHub CI"
poetry run milabench report --push
Expand Down

0 comments on commit 8a6e381

Please sign in to comment.