ci: Change with-ssh to be on by default

Changes the behavior of with-ssh to no longer require a label in order to activate

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/75922
Approved by: https://github.com/osalpekar, https://github.com/malfet
diff --git a/.github/actions/setup-ssh/action.yml b/.github/actions/setup-ssh/action.yml
index 9daed4a..c2be35a 100644
--- a/.github/actions/setup-ssh/action.yml
+++ b/.github/actions/setup-ssh/action.yml
@@ -14,3 +14,4 @@
       uses: seemethere/add-github-ssh-key@v1
       with:
         GITHUB_TOKEN: ${{ inputs.github-secret }}
+        activate-with-label: false