Révision 1d331291
modulesync 9.4.0
.github/workflows/prepare_release.yml | ||
---|---|---|
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 }}' |
.github/workflows/release.yml | ||
---|---|---|
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 |
.msync.yml | ||
---|---|---|
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' |
.vscode/extensions.json | ||
---|---|---|
1 |
{ |
|
2 |
"recommendations": [ |
|
3 |
"puppet.puppet-vscode", |
|
4 |
"rebornix.Ruby" |
|
5 |
] |
|
6 |
} |
Formats disponibles : Unified diff