File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 schedule :
55 - cron : 0 0 * * 0 # At 00:00 on Sunday.
6+
67 push :
78 branches : ["main"]
89 pull_request :
910 branches : ["main"]
1011
1112jobs :
1213 build :
14+ permissions :
15+ contents : read
1316 runs-on : windows-latest
1417 timeout-minutes : 15
1518 steps :
1619 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ with :
21+ persist-credentials : false
1722 - name : Install Modules
1823 shell : pwsh
1924 run : |
Original file line number Diff line number Diff line change 66
77jobs :
88 release :
9+ permissions :
10+ contents : write
911 runs-on : windows-latest
1012 timeout-minutes : 15
1113 steps :
1416 env :
1517 REF : ${{ github.ref }}
1618 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ with :
20+ persist-credentials : false
1721 - run : . ./publish.ps1 -Version $env:GIT_TAG
1822 shell : pwsh
1923 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
You can’t perform that action at this time.
0 commit comments