File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
release :
5
5
types :
6
6
- " published"
7
- permissions : {}
8
7
jobs :
9
8
main :
10
9
name : " Main"
10
+ permissions : {}
11
11
runs-on : " ubuntu-latest"
12
12
steps :
13
13
- name : " Send Discord Webhook"
Original file line number Diff line number Diff line change 1
1
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2
- name : " PowerShell - Publish - Gallery - Module"
2
+ name : " Publish PowerShell Gallery Module"
3
3
on :
4
4
release :
5
5
types :
6
6
- " published"
7
7
workflow_dispatch :
8
- permissions :
9
- contents : " write"
10
8
jobs :
11
9
main :
12
10
name : " Main"
13
- uses : " hugoalh/hugoalh/.github/workflows/call-powershell-publish-gallery-module-0.yml@main"
11
+ permissions :
12
+ contents : " write"
13
+ uses : " hugoalh/hugoalh/.github/workflows/call-publish-powershell-gallery-module-0.yml@main"
14
14
with :
15
- builder : " _build-package.ps1"
15
+ build : " _build-package.ps1"
16
16
path : " .\\ hugoalh.GitHubActionsToolkit\\ "
17
17
secrets :
18
18
POWERSHELLGALLERY_TOKEN : " ${{secrets.POWERSHELLGALLERY_TOKEN}}"
Original file line number Diff line number Diff line change 35
35
options :
36
36
- " False"
37
37
- " True"
38
- permissions :
39
- contents : " read"
40
38
jobs :
41
39
main :
42
40
name : " Main"
41
+ permissions :
42
+ contents : " read"
43
43
uses : " hugoalh/hugoalh/.github/workflows/call-scan-virus-0.yml@main"
44
44
with :
45
45
git_integrate : " ${{github.event.inputs.git_integrate || 'False'}}"
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- " .github/labels.yml"
9
9
workflow_dispatch :
10
- permissions :
11
- contents : " read"
12
- issues : " write"
13
- pull-requests : " write"
14
10
jobs :
15
11
main :
16
12
name : " Main"
13
+ permissions :
14
+ contents : " read"
15
+ issues : " write"
16
+ pull-requests : " write"
17
17
uses : " hugoalh/hugoalh/.github/workflows/call-sync-labels-0.yml@main"
You can’t perform that action at this time.
0 commit comments