We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067ca1d commit 6feabe6Copy full SHA for 6feabe6
.github/settings.yml
@@ -6,3 +6,4 @@ repository:
6
homepage: https://cloudposse.com/accelerate
7
topics: ""
8
9
+
.github/workflows/chatops.yml
@@ -8,9 +8,10 @@ permissions:
pull-requests: write
id-token: write
10
contents: write
11
+ statuses: write
12
13
jobs:
- terraform-module:
14
+ test:
15
uses: cloudposse/.github/.github/workflows/shared-terraform-chatops.yml@main
- secrets:
16
- github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
+ if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/terratest') }}
17
+ secrets: inherit
0 commit comments