Skip to content

Commit

Permalink
chore: Migrate new test account (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Sep 6, 2024
1 parent eff468b commit 5cd37e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ repository:
homepage: https://cloudposse.com/accelerate
topics: ""


7 changes: 4 additions & 3 deletions .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5cd37e4

Please sign in to comment.