From 48b154b3c11ce39a65f1456d7386c42a8c0bcc86 Mon Sep 17 00:00:00 2001 From: "Erik Osterman (CEO @ Cloud Posse)" Date: Fri, 6 Sep 2024 11:49:16 -0500 Subject: [PATCH] chore: Migrate new test account (#322) --- .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 603985f5..a3978bfa 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -8,3 +8,4 @@ repository: + diff --git a/.github/workflows/chatops.yml b/.github/workflows/chatops.yml index c3d47fa6..793a7a68 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