File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Process-PSModule
22
33on :
4- workflow_dispatch :
5- schedule :
6- - cron : ' 0 0 * * *'
7- push :
8- branches :
9- - main
10- pull_request :
11- branches :
12- - main
13- types :
14- - closed
15- - opened
16- - reopened
17- - synchronize
18- - labeled
19- - unlabeled
4+ workflow_dispatch :
5+ schedule :
6+ - cron : ' 0 0 * * *'
7+ push :
8+ branches :
9+ - main
10+ pull_request :
11+ branches :
12+ - main
13+ types :
14+ - closed
15+ - opened
16+ - reopened
17+ - synchronize
18+ - labeled
19+ - unlabeled
2020
2121concurrency :
22- group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23- cancel-in-progress : ${{ github.event_name == 'pull_request' }}
22+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23+ cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2424
2525permissions : {}
2626
2727jobs :
28- Process-PSModule :
29- permissions :
30- contents : read
31- pages : write
32- id-token : write
33- uses : PSModule/Process-PSModule/.github/workflows/workflow.yml@v8
34- secrets :
35- PSGALLERY_API_KEY : ${{ secrets.PSGALLERY_API_KEY }}
36- GitHubAppClientId : ${{ secrets.SHELLY_CLIENT_ID }}
37- GitHubAppPrivateKey : ${{ secrets.SHELLY_PRIVATE_KEY }}
28+ Process-PSModule :
29+ permissions :
30+ contents : read
31+ pages : write
32+ id-token : write
33+ uses : PSModule/Process-PSModule/.github/workflows/workflow.yml@v8
34+ secrets :
35+ PSGALLERY_API_KEY : ${{ secrets.PSGALLERY_API_KEY }}
36+ GitHubAppClientId : ${{ secrets.SHELLY_CLIENT_ID }}
37+ GitHubAppPrivateKey : ${{ secrets.SHELLY_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments