We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff159c8 commit cdf3b5fCopy full SHA for cdf3b5f
.github/workflows/auto-readme.yml
.github/workflows/branch.yml
@@ -22,5 +22,5 @@ permissions:
22
23
jobs:
24
github-action:
25
- uses: cloudposse/.github/.github/workflows/shared-github-action.yml@main
+ uses: cloudposse-github-actions/.github/.github/workflows/shared-github-action.yml@main
26
secrets: inherit
.github/workflows/release.yml
@@ -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