Skip to content

🩹 [Patch]: Refactor TestData JSON formatting in Process-PSModule.yml #290

🩹 [Patch]: Refactor TestData JSON formatting in Process-PSModule.yml

🩹 [Patch]: Refactor TestData JSON formatting in Process-PSModule.yml #290

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@ea19a3eb1293246d1b00e4faae1544442c3be0ec # v6.1.1
secrets:
APIKEY: ${{ secrets.APIKEY }}
TestData: >-
{
"secrets": {
"TEST_SECRET": "${{ secrets.TEST_SECRET }}"
},
"variables": {
"TEST_VARIABLE": "${{ vars.TEST_VARIABLE }}"
}
}