Skip to content

Process-PSModule - [🩹 [Patch]: Enable publishing docs to GitHub Pages #2] by @MariusStorhaug #4

Process-PSModule - [🩹 [Patch]: Enable publishing docs to GitHub Pages #2] by @MariusStorhaug

Process-PSModule - [🩹 [Patch]: Enable publishing docs to GitHub Pages #2] by @MariusStorhaug #4

name: Process-PSModule
run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write
jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v2
secrets: inherit