Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / .github / workflows / release.yml @ f24e622f

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@v2
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 }}