Merge pull request #414 from voxpupuli/release/5.0.0 #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# 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@v3 | |
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 |