Skip to content

Process-PSModule - [🩹 [Patch]: Set default 'PerPage' value in the GitHubContext #206] by @MariusStorhaug #923

Process-PSModule - [🩹 [Patch]: Set default 'PerPage' value in the GitHubContext #206] by @MariusStorhaug

Process-PSModule - [🩹 [Patch]: Set default 'PerPage' value in the GitHubContext #206] by @MariusStorhaug #923

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
env:
TEST_APP_CLIENT_ID: ${{ secrets.TEST_APP_CLIENT_ID }}
TEST_APP_PRIVATE_KEY: ${{ secrets.TEST_APP_PRIVATE_KEY }}
TEST_FG_PAT: ${{ secrets.TEST_FG_PAT }}
TEST_PAT: ${{ secrets.TEST_PAT }}
jobs:
Process-PSModule:
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v3
secrets: inherit
with:
SkipTests: SourceCode
Debug: true
Verbose: true