Skip to content

Commit

Permalink
fix: create .ssh directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeBrianD committed Jan 14, 2025
1 parent 923f01b commit 87b7f7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/reusable_workflows/pulumi_up/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ runs:
run: echo "::set-output name=ip::$(sudo tailscale status | grep ${{ inputs.manager_node_hostname }} | awk '{print $1}')"
shell: bash

- name: Create .ssh directory
run: mkdir -p ~/.ssh
shell: bash

- name: Write ssh key to ~/.ssh/pulumi_key
run: echo "${{ inputs.ssh_key }}" > ~/.ssh/pulumi_key
shell: bash
Expand Down

0 comments on commit 87b7f7c

Please sign in to comment.