File tree Expand file tree Collapse file tree 5 files changed +19
-1
lines changed
Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1616 type : boolean
1717 required : false
1818
19+ permissions :
20+ contents : write
21+ packages : write
22+
1923jobs :
2024 build-test-publish :
2125 name : " Build, test, publish"
Original file line number Diff line number Diff line change 5050 description : " "
5151 required : true
5252
53+ permissions :
54+ contents : write
55+ packages : write
56+
5357jobs :
5458 build : # run build using the github action!
5559 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 branches : [main]
88 workflow_dispatch :
99
10+ permissions :
11+ contents : write
12+ packages : write
13+
1014jobs :
1115 build-test-publish :
1216 name : " Build, test, publish"
Original file line number Diff line number Diff line change 99 # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment
1010 # https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#issue_comment
1111
12-
12+ permissions :
13+ contents : write
14+ packages : write
1315
1416jobs :
1517 pr_comment :
Original file line number Diff line number Diff line change 1010 - README.md
1111 - ' docs/**'
1212
13+ permissions :
14+ contents : write
15+ packages : write
16+
1317jobs :
1418 build-test :
1519 name : " Build, test, publish"
You can’t perform that action at this time.
0 commit comments