File tree Expand file tree Collapse file tree 4 files changed +31
-4
lines changed
Expand file tree Collapse file tree 4 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ # Managed by modulesync - DO NOT EDIT
3+ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+ name : Create Git tag
6+
7+ on :
8+ workflow_dispatch :
9+
10+ permissions : {}
11+
12+ jobs :
13+ create_tag :
14+ uses : ' voxpupuli/gha-puppet/.github/workflows/create_tag.yml@v4'
15+ with :
16+ allowed_owner : ' voxpupuli'
17+ git_name : ' pccibot'
18+ git_email : ' 12855858+pccibot@users.noreply.github.com'
19+ secrets :
20+ # Configure secrets here:
21+ # https://docs.github.com/en/actions/security-guides/encrypted-secrets
22+ ssh_private_key : ${{ secrets.PCCI_SSH_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -17,11 +17,14 @@ permissions:
1717
1818jobs :
1919 release_prep :
20- uses : ' voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3 '
20+ uses : ' voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v4 '
2121 with :
2222 version : ${{ github.event.inputs.version }}
2323 allowed_owner : ' voxpupuli'
24+ git_name : ' pccibot'
25+ git_email : ' 12855858+pccibot@users.noreply.github.com'
2426 secrets :
2527 # Configure secrets here:
2628 # https://docs.github.com/en/actions/security-guides/encrypted-secrets
2729 github_pat : ' ${{ secrets.PCCI_PAT_RELEASE_PREP }}'
30+ ssh_private_key : ' ${{ secrets.PCCI_SSH_PRIVATE_KEY }}'
Original file line number Diff line number Diff line change @@ -8,15 +8,17 @@ name: Release
88on :
99 push :
1010 tags :
11- - ' *'
11+ # https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onpushbranchestagsbranches-ignoretags-ignore
12+ # https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#filter-pattern-cheat-sheet
13+ - ' v[0-9]+.[0-9]+.[0-9]+'
1214
1315permissions :
1416 contents : write
1517
1618jobs :
1719 release :
1820 name : Release
19- uses : voxpupuli/gha-puppet/.github/workflows/release.yml@v3
21+ uses : voxpupuli/gha-puppet/.github/workflows/release.yml@v4
2022 with :
2123 allowed_owner : ' voxpupuli'
2224 secrets :
Original file line number Diff line number Diff line change 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 10.6 .0'
5+ modulesync_config_version : ' 10.7 .0'
You can’t perform that action at this time.
0 commit comments