Skip to content

Commit d37af6d

Browse files
authoredSep 6, 2024
chore: Migrate new test account (#81)
1 parent 302a4d5 commit d37af6d

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
@@ -8,3 +8,4 @@ repository:
88

99

1010

11+

‎.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)
Please sign in to comment.