File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - master
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 code-coverage :
912 runs-on : ubuntu-latest-16-cores
Original file line number Diff line number Diff line change 11name : " Validate Gradle Wrapper"
22on : [push, pull_request]
33
4+ permissions :
5+ contents : read
6+
47jobs :
58 validation :
69 name : " Gradle wrapper validation"
Original file line number Diff line number Diff line change 2424 description : " Publish Java Artifacts"
2525 required : true
2626 default : " true"
27+
28+ permissions :
29+ contents : read
30+
2731env :
2832 INPUT_REF : ${{ github.event.inputs.ref }}
2933 INPUT_TAG : ${{ github.event.inputs.tag }}
3236 create_draft_release :
3337 name : Create Github draft release
3438 runs-on : ubuntu-latest
39+ permissions :
40+ contents : write
3541 steps :
3642 - name : Audit gh version
3743 run : gh --version
@@ -133,6 +139,9 @@ jobs:
133139 name : Attach native executables to release
134140 needs : [build_native_images, create_draft_release]
135141 runs-on : ubuntu-latest
142+ permissions :
143+ contents : write
144+ actions : write
136145 steps :
137146 - name : Audit gh version
138147 run : gh --version
Original file line number Diff line number Diff line change 2222 tags-ignore :
2323 - ' v*'
2424
25+ permissions :
26+ contents : read
27+
2528jobs :
2629 publish-snapshot :
2730 if : github.repository == 'temporalio/sdk-java' || github.event_name == 'workflow_dispatch'
You can’t perform that action at this time.
0 commit comments