Loading .github/workflows/create_tag.yml 0 → 100644 +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 }} .github/workflows/prepare_release.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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 }}' .github/workflows/release.yml +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading .msync.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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' Loading
.github/workflows/create_tag.yml 0 → 100644 +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 }}
.github/workflows/prepare_release.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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 }}'
.github/workflows/release.yml +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading
.msync.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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'