From 8d10a519d71cbd2546aee3376a5dd474638adeb4 Mon Sep 17 00:00:00 2001 From: Benjamin Benoist Date: Wed, 18 Dec 2024 10:20:58 +0100 Subject: [PATCH] debug --- .github/workflows/publish.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5530ed1c..462a9ea2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,17 +22,18 @@ jobs: cd $GITHUB_WORKSPACE/provisioning/resources/control-plane go test *.go - #- name: Setup upterm session - # uses: lhotari/action-upterm@v1 - # with: - # ## limits ssh access and adds the ssh public key for the user which triggered the workflow - # limit-access-to-actor: true - # ## limits ssh access and adds the ssh public keys of the listed GitHub users - # limit-access-to-users: benjben - name: Provision a local Mini instance run: ansible-playbook -i $GITHUB_WORKSPACE/provisioning/inventory $GITHUB_WORKSPACE/provisioning/local_setup.yml --connection=local --become + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + ## limits ssh access and adds the ssh public key for the user which triggered the workflow + limit-access-to-actor: true + ## limits ssh access and adds the ssh public keys of the listed GitHub users + limit-access-to-users: benjben + - id: 'auth' if: startsWith(github.ref, 'refs/tags/') uses: 'google-github-actions/auth@v2'