Unverified Commit cdd9332c authored by Kenyon Ralph's avatar Kenyon Ralph Committed by GitHub
Browse files

Merge pull request #450 from voxpupuli/modulesync

modulesync 10.7.0
parents a8f948b9 23701082
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

name: Create Git tag

on:
  workflow_dispatch:

permissions: {}

jobs:
  create_tag:
    uses: 'voxpupuli/gha-puppet/.github/workflows/create_tag.yml@v4'
    with:
      allowed_owner: 'voxpupuli'
      git_name: 'pccibot'
      git_email: '12855858+pccibot@users.noreply.github.com'
    secrets:
      # Configure secrets here:
      #  https://docs.github.com/en/actions/security-guides/encrypted-secrets
      ssh_private_key: ${{ secrets.PCCI_SSH_PRIVATE_KEY }}
+4 −1
Original line number Diff line number Diff line
@@ -17,11 +17,14 @@ permissions:

jobs:
  release_prep:
    uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3'
    uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v4'
    with:
      version: ${{ github.event.inputs.version }}
      allowed_owner: 'voxpupuli'
      git_name: 'pccibot'
      git_email: '12855858+pccibot@users.noreply.github.com'
    secrets:
      # Configure secrets here:
      #  https://docs.github.com/en/actions/security-guides/encrypted-secrets
      github_pat: '${{ secrets.PCCI_PAT_RELEASE_PREP }}'
      ssh_private_key: '${{ secrets.PCCI_SSH_PRIVATE_KEY }}'
+4 −2
Original line number Diff line number Diff line
@@ -8,7 +8,9 @@ name: Release
on:
  push:
    tags:
      - '*'
      # https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onpushbranchestagsbranches-ignoretags-ignore
      # https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#filter-pattern-cheat-sheet
      - 'v[0-9]+.[0-9]+.[0-9]+'

permissions:
  contents: write
@@ -16,7 +18,7 @@ permissions:
jobs:
  release:
    name: Release
    uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v3
    uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v4
    with:
      allowed_owner: 'voxpupuli'
    secrets:
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '10.6.0'
modulesync_config_version: '10.7.0'