File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 28
28
isFork : ${{ steps.check-if-fork.outputs.isFork }}
29
29
steps :
30
30
- name : Harden the runner (Audit all outbound calls)
31
+ if : ${{ ! github.event.repository.private }}
31
32
uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
32
33
with :
33
34
egress-policy : audit
Original file line number Diff line number Diff line change 57
57
id-token : " write"
58
58
steps :
59
59
- name : Harden the runner (Audit all outbound calls)
60
+ if : ${{ ! github.event.repository.private }}
60
61
uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
61
62
with :
62
63
egress-policy : audit
Original file line number Diff line number Diff line change 71
71
72
72
steps :
73
73
- name : Harden the runner (Audit all outbound calls)
74
+ if : ${{ ! github.event.repository.private }}
74
75
uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
75
76
with :
76
77
egress-policy : audit
You can’t perform that action at this time.
0 commit comments