mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
30 lines
754 B
YAML
30 lines
754 B
YAML
---
|
|
# Managed by modulesync - DO NOT EDIT
|
|
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
|
|
|
name: Release
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
push:
|
|
tags:
|
|
- '*'
|
|
|
|
jobs:
|
|
release:
|
|
name: Release
|
|
uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v2
|
|
with:
|
|
allowed_owner: 'voxpupuli'
|
|
secrets:
|
|
# Configure secrets here:
|
|
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
|
|
username: ${{ secrets.PUPPET_FORGE_USERNAME }}
|
|
api_key: ${{ secrets.PUPPET_FORGE_API_KEY }}
|
|
|
|
create-github-release:
|
|
name: Create GitHub Release
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Create GitHub release
|
|
uses: voxpupuli/gha-create-a-github-release@v1
|