From 38f70411ce4466075a0c391149887a747ddd39b4 Mon Sep 17 00:00:00 2001 From: Ali Asad Lotia Date: Thu, 29 Apr 2021 09:22:28 +0100 Subject: [PATCH] Allow unsecure commands --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0d9ea3..7a4589b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,4 @@ jobs: command: "terragrunt --version" env: GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided + ACTIONS_ALLOW_UNSECURE_COMMANDS: true # enabling until there's a better solution