Skip to content

Commit 4f9f4da

Browse files
authored
Update terraform.yml
1 parent 56e282d commit 4f9f4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/terraform.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push, pull_request]
55
env:
66
AWS_ACCESS_KEY_ID: ${{ secrets.aws_access_key }}
77
AWS_SECRET_ACCESS_KEY: ${{ secrets.aws_secret_access_key }}
8+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)