root / .github / workflows / release.yml @ e5fa2420
Historique | Voir | Annoter | Télécharger (531 octets)
1 | 5fea281f | Tim | ---
|
---|---|---|---|
2 | # Managed by modulesync - DO NOT EDIT
|
||
3 | # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||
4 | |||
5 | 78f22811 | Steve Traylen | name: Release |
6 | |||
7 | on:
|
||
8 | push:
|
||
9 | tags:
|
||
10 | - '*'
|
||
11 | |||
12 | jobs:
|
||
13 | 0893064d | Tim Meusel | release:
|
14 | name: Release |
||
15 | 936cde59 | Tim Meusel | uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v2 |
16 | 0893064d | Tim Meusel | 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 }} |