Skip to content

Commit cdf3b5f

Browse files
authored
chore: Replace Makefile with atmos.yaml (#6)
1 parent ff159c8 commit cdf3b5f

File tree

3 files changed

+15
-76
lines changed

3 files changed

+15
-76
lines changed

.github/workflows/auto-readme.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ permissions:
2222

2323
jobs:
2424
github-action:
25-
uses: cloudposse/.github/.github/workflows/shared-github-action.yml@main
25+
uses: cloudposse-github-actions/.github/.github/workflows/shared-github-action.yml@main
2626
secrets: inherit

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release
2+
on:
3+
release:
4+
types: [published]
5+
6+
permissions:
7+
id-token: write
8+
contents: write
9+
pull-requests: write
10+
11+
jobs:
12+
github-action:
13+
uses: cloudposse-github-actions/.github/.github/workflows/shared-release-branches.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)