File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 47
47
if : ${{ always() }}
48
48
name : Commit Status Final
49
49
runs-on : ubuntu-24.04
50
+ permissions :
51
+ statuses : write
50
52
steps :
51
53
- name : Set final commit status
52
54
if : ${{ inputs.result != 'skipped' }}
Original file line number Diff line number Diff line change 51
51
if : ${{ github.event_name == 'workflow_dispatch' }}
52
52
name : Echo Workflow Dispatch Inputs
53
53
runs-on : ubuntu-24.04
54
+ permissions : {}
54
55
steps :
55
56
- name : Echo Workflow Dispatch Inputs
56
57
run : |
59
60
commit-status-start :
60
61
name : Commit Status Start
61
62
runs-on : ubuntu-24.04
63
+ permissions :
64
+ statuses : write
62
65
steps :
63
66
- name : Set initial commit status
64
67
uses : myrotvorets/set-commit-status-action@3730c0a348a2ace3c110851bed53331bc6406e9f # v2.0.1
67
70
68
71
integration-test :
69
72
runs-on : ubuntu-24.04
73
+ permissions :
74
+ contents : read
70
75
env :
71
76
job_name : " Integration Test"
72
77
name : Hubble CLI Integration Test
@@ -206,6 +211,10 @@ jobs:
206
211
if : ${{ always() }}
207
212
needs : integration-test
208
213
uses : ./.github/workflows/common-post-jobs.yaml
214
+ permissions :
215
+ contents : read
216
+ actions : read
217
+ statuses : write
209
218
secrets : inherit
210
219
with :
211
220
context-ref : ${{ inputs.context-ref || github.sha }}
You can’t perform that action at this time.
0 commit comments