Skip to content

Commit

Permalink
[BUGS-6560]: authtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Jan 30, 2024
1 parent a446efb commit 5ec0b6a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ssh-auth-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: ignore
- name: Test SSH Auth
id: test_auth
run: |
git ls-remote tokenized_origin
git ls-remote origin
git checkout -b BUGS-6560-REMOVE-ME
git push -u tokenized_origin BUGS-6560-REMOVE-ME
git push -u origin BUGS-6560-REMOVE-ME

0 comments on commit 5ec0b6a

Please sign in to comment.