File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 55 release :
66 types : [published]
77
8+ permissions : {}
9+
810jobs :
911 vsce :
1012 name : VS Code Marketplace
1315 environment :
1416 name : VS Code Marketplace
1517 url : https://marketplace.visualstudio.com/items?itemName=johnbillion.vscode-wordpress-hooks
18+ permissions :
19+ contents : read
1620 env :
1721 VSCE_PAT : ${{ secrets.VSCE_TOKEN }}
1822 steps :
Original file line number Diff line number Diff line change 66 push :
77 pull_request :
88
9+ permissions : {}
10+
911jobs :
1012 test :
1113 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1214 name : Linter
1315 runs-on : ubuntu-latest
1416 timeout-minutes : 10
17+ permissions :
18+ contents : read
1519 steps :
1620 - name : Checkout repository
1721 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments