Skip to content

Commit

Permalink
Update test-mlperf-inference-resnet50.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 4, 2024
1 parent 1e355b7 commit c00de07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-mlperf-inference-resnet50.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,10 @@ jobs:
run: |
git config --global user.name "$USER"
git config --global user.email "$EMAIL"
git config --global credential.https://github.com.helper ""
git config --global credential.https://github.com.helper "!/usr/bin/gh auth git-credential"
git config --global credential.https://gist.github.com.helper ""
git config --global credential.https://gist.github.com.helper "!/usr/bin/gh auth git-credential"
cm run script --tags=auth,gh,cli --with_token="${{ secrets.TEST_RESULTS_GITHUB_TOKEN }}"
cm run script --tags=push,github,mlperf,inference,submission --repo_url=https://github.com/gateoverflow/mlperf_inference_test_submissions_v5.0 --repo_branch=main --commit_message="Results from R50 GH action" --quiet

0 comments on commit c00de07

Please sign in to comment.