Skip to content

Commit ba9f268

Browse files
authored
chore: Migrate new test account (#69)
1 parent b47d89a commit ba9f268

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: .github/settings.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ repository:
77
topics: terraform, terraform-modules, aws, dynamodb, autoscaler, iops, table, dynamodb-table, hcl2
88

99

10+

Diff for: .github/workflows/chatops.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ permissions:
88
pull-requests: write
99
id-token: write
1010
contents: write
11+
statuses: write
1112

1213
jobs:
13-
terraform-module:
14+
test:
1415
uses: cloudposse/.github/.github/workflows/shared-terraform-chatops.yml@main
15-
secrets:
16-
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}
16+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/terratest') }}
17+
secrets: inherit

0 commit comments

Comments
 (0)