mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-28 14:25:37 +01:00
23 lines
694 B
YAML
23 lines
694 B
YAML
---
|
|
# Managed by modulesync - DO NOT EDIT
|
|
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
|
|
|
name: 'Prepare Release'
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
version:
|
|
description: 'Module version to be released. Must be a valid semver string without leading v. (1.2.3)'
|
|
required: false
|
|
|
|
jobs:
|
|
release_prep:
|
|
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3'
|
|
with:
|
|
version: ${{ github.event.inputs.version }}
|
|
allowed_owner: 'voxpupuli'
|
|
secrets:
|
|
# Configure secrets here:
|
|
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
|
|
github_pat: '${{ secrets.PCCI_PAT_RELEASE_PREP }}'
|