Skip to content

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 6.1.13 to 8.0.3 #330

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 6.1.13 to 8.0.3

Bump PSModule/Process-PSModule/.github/workflows/workflow.yml from 6.1.13 to 8.0.3 #330

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@16419d018975ece156bbc07d92738dd441efcb2c # v8.0.3

Check failure on line 30 in .github/workflows/Process-PSModule.yml

View workflow run for this annotation

GitHub Actions / Process-PSModule

Invalid workflow file

The workflow is not valid. .github/workflows/Process-PSModule.yml (Line: 30, Col: 11): Secret PSGALLERY_API_KEY is required, but not provided while calling. .github/workflows/Process-PSModule.yml (Line: 30, Col: 11): Secret GitHubAppClientId is required, but not provided while calling.
secrets:
APIKey: ${{ secrets.APIKey }}
TestData: >-
{
"secrets": {
"CONFLUENCE_API_TOKEN": "${{ secrets.CONFLUENCE_API_TOKEN }}"
},
"variables": {
"CONFLUENCE_SITE": "${{ vars.CONFLUENCE_SITE }}",
"CONFLUENCE_USERNAME": "${{ vars.CONFLUENCE_USERNAME }}",
"CONFLUENCE_SPACE_KEY": "${{ vars.CONFLUENCE_SPACE_KEY }}"
}
}