File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3+ permissions :
4+ contents : read
5+ pull-requests : read
6+
37on :
48 workflow_dispatch :
59 workflow_call :
Original file line number Diff line number Diff line change 1212
1313env :
1414 TAG_VERSION : ${{ github.event.inputs.TAG_VERSION }}
15- permissions :
16- contents : write
1715
1816jobs :
1917
2018 ci :
2119 name : CI Job
2220 uses : ./.github/workflows/ci.yml
21+ permissions :
22+ contents : read
23+ pull-requests : read
2324
2425 update_tag :
2526 name : Update Tag Job
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66
7- permissions :
8- contents : write
9-
107jobs :
118
129 ci :
1310 name : CI Job
1411 uses : ./.github/workflows/ci.yml
12+ permissions :
13+ contents : read
14+ pull-requests : read
1515
1616 update_tag :
1717 name : Update Tag Job
3030 runs-on : ubuntu-latest
3131 needs : [update_tag]
3232 permissions :
33- contents : write
33+ contents : read
3434 steps :
3535 - name : Update package
3636 run : |
You can’t perform that action at this time.
0 commit comments