Skip to content

Commit 93a7c2d

Browse files
authored
Add ChatOps workflow (#42)
1 parent a50b4f0 commit 93a7c2d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: feature-branch-chatops
2+
on:
3+
issue_comment:
4+
types: [created]
5+
6+
permissions:
7+
pull-requests: write
8+
id-token: write
9+
contents: write
10+
11+
jobs:
12+
terraform-module:
13+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/feature-branch-chatops.yml@main
14+
secrets:
15+
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)