Skip to content

🚀 [Feature]: Manage Atlassian Confluence Cloud from PowerShell #257

🚀 [Feature]: Manage Atlassian Confluence Cloud from PowerShell

🚀 [Feature]: Manage Atlassian Confluence Cloud from PowerShell #257

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@da180bac16b13bfbcdf08b2e4e221b5b49e5ff28 # v6.1.4
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 }}"
}
}