Skip to content

Commit 59584c2

Browse files
authored
chore: Use GitHub Action Workflows from cloudposse/.github Repo (#27)
1 parent 12603af commit 59584c2

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

.github/workflows/feature-branch.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: release-published
3+
on:
4+
release:
5+
types:
6+
- published
7+
8+
permissions: {}
9+
10+
jobs:
11+
terraform-module:
12+
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/release-published.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)