Skip to content

⚙️ [Maintenance]: Showcase both docs section landing-page conventions (index.md + folder-named) #294

⚙️ [Maintenance]: Showcase both docs section landing-page conventions (index.md + folder-named)

⚙️ [Maintenance]: Showcase both docs section landing-page conventions (index.md + folder-named) #294

name: Process-PSModule
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
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@d4020f3c9c3621cebae5d8bf4ffaf10f55c1784a # v6.1.2
secrets:
APIKEY: ${{ secrets.APIKEY }}
TestData: >-
{ "secrets": { "TEST_SECRET": "${{ secrets.TEST_SECRET }}" },
"variables": { "TEST_VARIABLE": ${{ toJSON(vars.TEST_VARIABLE) }} } }