From 00d3729c326ea813b9d777ebdafefbf8b9d57930 Mon Sep 17 00:00:00 2001 From: Ryan Wagner Date: Tue, 30 Jan 2024 16:47:13 -0500 Subject: [PATCH] [BUGS-6560]: Adds github login with token. --- .github/workflows/ssh-auth-testing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ssh-auth-testing.yml b/.github/workflows/ssh-auth-testing.yml index 297c2029..8d2fe471 100644 --- a/.github/workflows/ssh-auth-testing.yml +++ b/.github/workflows/ssh-auth-testing.yml @@ -26,6 +26,11 @@ jobs: key: ${{ secrets.SSH_KEY }} known_hosts: ${{ secrets.KNOWN_HOSTS }} if_key_exists: ignore + - name: Log in with GH auth + id: gh_auth + run: | + gh auth login --with-token < ${{ secrets.PANTHEONSYSTEMS_DEPLOY_TOKEN }} + gh auth status - name: Get env variables id: get_variables run: |