From 0f3a4135ad4e0067d5b17125df0ea1a86a46579b Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Fri, 6 Sep 2024 12:05:18 -0500 Subject: [PATCH] chore: Migrate new test account --- .github/settings.yml | 1 + .github/workflows/chatops.yml | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index c1a0b72..057c741 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -7,3 +7,4 @@ repository: topics: terraform, terraform-module, aws, tfstate, dynamodb, locking, aws-dynamodb, terraform-modules, dynamodb-table, s3-bucket, backend, terraform-state, remote-state, hcl2 + diff --git a/.github/workflows/chatops.yml b/.github/workflows/chatops.yml index c3d47fa..793a7a6 100644 --- a/.github/workflows/chatops.yml +++ b/.github/workflows/chatops.yml @@ -8,9 +8,10 @@ permissions: pull-requests: write id-token: write contents: write + statuses: write jobs: - terraform-module: + test: uses: cloudposse/.github/.github/workflows/shared-terraform-chatops.yml@main - secrets: - github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }} + if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/terratest') }} + secrets: inherit