File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ # These settings are synced to GitHub by https://probot.github.io/apps/settings/
2
+ extends : cloudposse/.github
3
+
4
+ repository :
5
+ # A URL with more information about the repository
6
+ homepage : https://cloudposse.com
7
+
8
+ # Either `true` to enable projects for this repository, or `false` to disable them.
9
+ # If projects are disabled for the organization, passing `true` will cause an API error.
10
+ has_projects : false
11
+
12
+ # Either `true` to enable the wiki for this repository, `false` to disable it.
13
+ has_wiki : false
Original file line number Diff line number Diff line change 8
8
- production
9
9
10
10
jobs :
11
- publish :
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : cloudposse/github-action-auto-release@v1
15
- with :
16
- prerelease : false
17
- publish : true
18
- config-name : auto-release.yml
11
+ auto :
12
+ uses : cloudposse/.github/.github/workflows/shared-auto-release.yml@main
13
+ with :
14
+ publish : true
15
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments