Skip to content

Commit 6feabe6

Browse files
committed
chore: Migrate new test account
1 parent 067ca1d commit 6feabe6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/settings.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ repository:
66
homepage: https://cloudposse.com/accelerate
77
topics: ""
88

9+

.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)