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 Jan 10, 2025
1 parent d9f4f1b commit 161db40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-mlperf-inference-resnet50.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@ jobs:
keeper-secret-config: ${{ secrets.KSM_CONFIG }}
secrets: |-
ubwkjh-Ii8UJDpG2EoU6GQ/field/Access Token > env:PAT # Fetch PAT and store in environment variable
- name: Use secret
run: |
echo "Using PAT: ${{ env.PAT }}"
- name: Push Results
if: github.repository_owner == 'mlcommons'
run: |
git config --global user.name mlcommons-bot
git config --global user.email "[email protected]"
cm run script --tags=push,github,mlperf,inference,submission --env.CM_GITHUB_PAT=${{ env.PAT }} --repo_url=https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 --repo_branch=auto-update --commit_message="Results from R50 GH action on ${{ matrix.os }}" --quiet
cm run script --tags=push,github,mlperf,inference,submission --env.CM_GITHUB_PAT=PAT --repo_url=https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 --repo_branch=auto-update --commit_message="Results from R50 GH action on ${{ matrix.os }}" --quiet

0 comments on commit 161db40

Please sign in to comment.