Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit d7b6681

Browse files
authored
chore: Migrate new test account (#48)
1 parent bebdf4d commit d7b6681

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ repository:
77
topics: terraform-modules, tfe, terraform-enterprise, tfc, terraform-cloud, agent, kubernetes, kubernetes-deployment, runner, terraform-cloud-runner, tfc-runner, tfe-runner, tfc-agent, tfe-agent
88

99

10+

.github/workflows/chatops.yml

Lines changed: 4 additions & 3 deletions
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)