File tree Expand file tree Collapse file tree 5 files changed +70
-8
lines changed Expand file tree Collapse file tree 5 files changed +70
-8
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Thank you for contributing to this project!
3+
4+ - This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/
5+ - Please check that here is no existing issue or PR that addresses your problem.
6+ - Please fill the following form to enable us to help you.
7+ - Our vulnerabilities reporting process is at https://voxpupuli.org/security/
8+
9+ -->
10+
11+ ## Affected Puppet, Ruby, OS and module versions/distributions
12+
13+ - Puppet:
14+ - Ruby:
15+ - Distribution:
16+ - Module version:
17+
18+ ## How to reproduce (e.g Puppet code you use)
19+
20+ ## What are you seeing
21+
22+ ## What behaviour did you expect instead
23+
24+ ## Output log
25+
26+ ## Any additional information you'd like to impart
Original file line number Diff line number Diff line change 1+ <!--
2+ Thank you for contributing to this project!
3+
4+ - This project has a Contributor Code of Conduct: https://voxpupuli.org/coc/
5+ - Please check that here is no existing issue or PR that addresses your problem.
6+ - Our vulnerabilities reporting process is at https://voxpupuli.org/security/
7+
8+ -->
9+ #### Pull Request (PR) description
10+ <!--
11+ Replace this comment with a description of your pull request.
12+ -->
13+
14+ #### This Pull Request (PR) fixes the following issues
15+ <!--
16+ Replace this comment with the list of issues or n/a.
17+ Use format:
18+ Fixes #123
19+ Fixes #124
20+ -->
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 : ' saz'
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 2121 # https://docs.github.com/en/actions/security-guides/encrypted-secrets
2222 username : ${{ secrets.PUPPET_FORGE_USERNAME }}
2323 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 22# Managed by modulesync - DO NOT EDIT
33# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44
5- modulesync_config_version : ' 9.3 .0'
5+ modulesync_config_version : ' 9.4 .0'
You can’t perform that action at this time.
0 commit comments