Skip to content

Commit

Permalink
chore: Migrate new test account
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Sep 6, 2024
1 parent 6069a48 commit fe1a180
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: terraform, terraform-modules, lambda, slack, sns, aws, cloudwatch, alarms, alerts, escalations, hcl2


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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- published

permissions:
id-token: write
contents: write
pull-requests: write
id-token: write

jobs:
terraform-module:
Expand Down

0 comments on commit fe1a180

Please sign in to comment.