Skip to content

Commit

Permalink
Fix 'Setup kind' for other action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcclenaghan-signifyd committed Oct 31, 2023
1 parent 5c1716b commit 8f40537
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: engineerd/[email protected]
with:
version: "v0.6.1"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

- name: 'Setup Go'
uses: actions/setup-go@v1
Expand Down Expand Up @@ -121,6 +123,8 @@ jobs:
uses: engineerd/[email protected]
with:
version: "v0.6.1"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

- name: 'Download terraform binary'
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -164,6 +168,8 @@ jobs:
uses: engineerd/[email protected]
with:
version: "v0.6.1"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

- name: 'Download terraform binary'
uses: actions/download-artifact@v1
Expand Down

0 comments on commit 8f40537

Please sign in to comment.