Skip to content

Commit 08e3778

Browse files
🚀 [Feature]: Add workflow dispatch and scheduled triggers for Process-PSModule
1 parent ea29e6b commit 08e3778

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎README.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ To use the workflow, create a new file in the `.github/workflows` directory of t
7979
name: Process-PSModule
8080

8181
on:
82+
workflow_dispatch:
83+
schedule:
84+
- cron: '0 0 * * *'
8285
pull_request:
8386
branches:
8487
- main
@@ -96,10 +99,13 @@ concurrency:
9699
permissions:
97100
contents: write
98101
pull-requests: write
102+
statuses: write
103+
pages: write
104+
id-token: write
99105

100106
jobs:
101107
Process-PSModule:
102-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v2
108+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v5
103109
secrets:
104110
APIKEY: ${{ secrets.APIKEY }}
105111

0 commit comments

Comments
 (0)