We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6982c commit b27d877Copy full SHA for b27d877
docs/ce/getting-started/github-actions-+-aws.mdx
@@ -70,6 +70,7 @@ jobs:
70
with:
71
digger-spec: ${{ inputs.spec }}
72
setup-aws: true
73
+ setup-terraform: true
74
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
75
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
76
env:
docs/ce/getting-started/github-actions-and-gcp.mdx
@@ -79,6 +79,7 @@ jobs:
79
80
81
setup-aws: false
82
83
84
GITHUB_CONTEXT: ${{ toJson(github) }}
85
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments