Skip to content

Commit b01e87d

Browse files
malfetpytorchmergebot
authored andcommitted
[BE][EZ] Use setup-ssh actions from test-infra (pytorch#111922)
I though I've migrated all the actions to this one, but overlooked the Windows binary builds Pull Request resolved: pytorch#111922 Approved by: https://github.com/atalman
1 parent ddcf9c0 commit b01e87d

7 files changed

+202
-202
lines changed

.github/templates/common.yml.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ concurrency:
3636
{%- macro setup_ec2_windows() -%}
3737
!{{ display_ec2_information() }}
3838
- name: "[FB EMPLOYEES] Enable SSH (Click me for login details)"
39-
uses: seemethere/add-github-ssh-key@v1
39+
uses: pytorch/test-infra/.github/actions/setup-ssh@main
4040
continue-on-error: true
4141
with:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
github-secret: ${{ secrets.GITHUB_TOKEN }}
4343
# Needed for binary builds, see: https://github.com/pytorch/pytorch/issues/73339#issuecomment-1058981560
4444
- name: Enable long paths on Windows
4545
shell: powershell

.github/workflows/generated-windows-binary-conda-nightly.yml

+48-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-windows-binary-libtorch-debug-main.yml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)