diff --git a/.github/workflows/ssh-auth-testing.yml b/.github/workflows/ssh-auth-testing.yml index 9ac995e0..51a314d3 100644 --- a/.github/workflows/ssh-auth-testing.yml +++ b/.github/workflows/ssh-auth-testing.yml @@ -26,21 +26,8 @@ jobs: key: ${{ secrets.SSH_KEY }} known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: ignore - - name: Log in with GH auth - id: gh_auth - run: | - echo ${{ secrets.PANTHEONSYSTEMS_DEPLOY_TOKEN }} > authtmp.txt - gh auth login --with-token < authtmp.txt - rm authtmp.txt - gh auth status - - name: Get env variables - id: get_variables - run: | - env > /home/runner/work/search_api_pantheon/search_api_pantheon/temp_log.txt - name: Test SSH Auth id: test_auth run: | - gh auth login - gh auth status - gh config git - + git remote add tokenized_origin ${{ secrets.TOKENIZED_ORIGIN }} + git ls-remote tokenized_origin