Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Dec 22, 2023
1 parent d6a6ea2 commit 8aa105b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
ref: main
path: actions

- name: create directory to pass ssh-agent socket
run: "mkdir -p /home/runner/work/_temp/_github_workflow"
shell: bash

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_SSH_KEY_TFMODULES }}
Expand Down

0 comments on commit 8aa105b

Please sign in to comment.