We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd058d commit def53b7Copy full SHA for def53b7
.github/workflows/test-mlperf-inference-resnet50.yml
@@ -70,6 +70,7 @@ jobs:
70
GITHUB_TOKEN: ${{ env.PAT }}
71
if: github.repository_owner == 'mlcommons'
72
run: |
73
+ export GITHUB_TOKEN=${{ env.PAT }}
74
git config --global user.name "mlcommons-bot"
75
git config --global user.email "mlcommons-bot@users.noreply.github.com"
76
git config --global credential.https://github.com.helper ""
0 commit comments