File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
src/development/certificates Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ jobs:
2626 build :
2727 needs : prepare_jobs
2828 name : dargstack rgen
29- uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.20
29+ uses : dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.6.0
3030 if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
31+ with :
32+ APT_PACKAGES : mkcert
3133 release-semantic :
3234 needs : build
3335 name : Semantic Release
34- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.20
36+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.0
3537 permissions :
3638 contents : write
3739 secrets :
Original file line number Diff line number Diff line change 88jobs :
99 release-schedule :
1010 name : " Release: Scheduled"
11- uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.20
11+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.0
1212 secrets :
1313 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414 with :
Original file line number Diff line number Diff line change 1818 "private" : true ,
1919 "repository" : " https://github.com/maevsi/stack.git" ,
2020 "scripts" : {
21- "prepare" : " husky"
21+ "prepare" : " husky && ./src/development/certificates/mkcert.sh "
2222 },
2323 "type" : " module" ,
2424 "version" : " 15.1.1"
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ create "traefik" \
3535 ` # portainer` " portainer.localhost" \
3636 ` # postgraphile` " postgraphile.localhost" \
3737 ` # prometheus` " prometheus.localhost" \
38+ ` # reccoom` " reccoom.localhost" \
3839 ` # redpanda` " redpanda.localhost" \
3940 ` # traefik` " traefik.localhost" \
4041 ` # tusd` " tusd.localhost" \
You can’t perform that action at this time.
0 commit comments