root / .github / workflows / release.yml @ b0b538e0
Historique | Voir | Annoter | Télécharger (531 octets)
1 |
---
|
---|---|
2 |
# Managed by modulesync - DO NOT EDIT
|
3 |
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
4 |
|
5 |
name: Release |
6 |
|
7 |
on:
|
8 |
push:
|
9 |
tags:
|
10 |
- '*'
|
11 |
|
12 |
jobs:
|
13 |
release:
|
14 |
name: Release |
15 |
uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v1 |
16 |
with:
|
17 |
allowed_owner: 'voxpupuli' |
18 |
secrets:
|
19 |
# Configure secrets here:
|
20 |
# https://docs.github.com/en/actions/security-guides/encrypted-secrets
|
21 |
username: ${{ secrets.PUPPET_FORGE_USERNAME }} |
22 |
api_key: ${{ secrets.PUPPET_FORGE_API_KEY }} |