File tree 4 files changed +24
-14
lines changed
4 files changed +24
-14
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 : ' Prepare Release'
6
+
7
+ on :
8
+ workflow_dispatch :
9
+ inputs :
10
+ version :
11
+ description : ' Module version to be released. Must be a valid semver string without leading v. (1.2.3)'
12
+ required : false
13
+
14
+ jobs :
15
+ release_prep :
16
+ uses : ' voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3'
17
+ with :
18
+ version : ${{ github.event.inputs.version }}
19
+ allowed_owner : ' voxpupuli'
20
+ secrets :
21
+ # Configure secrets here:
22
+ # https://docs.github.com/en/actions/security-guides/encrypted-secrets
23
+ github_pat : ' ${{ secrets.PCCI_PAT_RELEASE_PREP }}'
Original file line number Diff line number Diff line change 21
21
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
22
22
username : ${{ secrets.PUPPET_FORGE_USERNAME }}
23
23
api_key : ${{ secrets.PUPPET_FORGE_API_KEY }}
24
-
25
- create-github-release :
26
- name : Create GitHub Release
27
- runs-on : ubuntu-latest
28
- steps :
29
- - name : Create GitHub release
30
- uses : voxpupuli/gha-create-a-github-release@v1
Original file line number Diff line number Diff line change 2
2
# Managed by modulesync - DO NOT EDIT
3
3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4
4
5
- modulesync_config_version : ' 9.3 .0'
5
+ modulesync_config_version : ' 9.4 .0'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments