File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,18 @@ jobs:
64
64
PIN_RELEASE_VERSIONS : 1
65
65
ARTIFACT_DAYS : 0
66
66
steps :
67
+ - name : Setup Git LFS credentials
68
+ if : ${{ matrix.pkg-name == 'pytorch' }}
69
+ run : |
70
+ git config --global credential.helper store
71
+ echo "https://$GITHUB_ACTOR:[email protected] " > ~/.git-credentials
67
72
- uses : actions/checkout@v5
68
73
with :
69
74
ref : ${{ inputs.checkout }}
75
+ token : ${{ secrets.GITHUB_TOKEN }}
70
76
# only Pytorch has/uses notebooks
71
77
submodules : ${{ matrix.pkg-name == 'pytorch' }}
72
78
lfs : ${{ matrix.pkg-name == 'pytorch' }}
73
- - name : Setup Git LFS credentials
74
- if : ${{ matrix.pkg-name == 'pytorch' }}
75
- run : |
76
- git config --global credential.helper store
77
- echo "https://$GITHUB_ACTOR:[email protected] " > ~/.git-credentials
78
79
- uses : actions/setup-python@v6
79
80
with :
80
81
python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments