@@ -154,7 +154,7 @@ jobs:
154154 - name : Checkout trusted workflow helper
155155 uses : actions/checkout@v6
156156 with :
157- persist-credentials : false
157+ persist-credentials : true
158158 ref : ${{ github.ref_name }}
159159 path : workflow
160160 fetch-depth : 1
@@ -175,7 +175,7 @@ jobs:
175175 if : steps.fast_ref.outputs.fallback == 'true'
176176 uses : actions/checkout@v6
177177 with :
178- persist-credentials : false
178+ persist-credentials : true
179179 ref : ${{ inputs.ref }}
180180 path : source
181181 fetch-depth : 0
@@ -474,7 +474,7 @@ jobs:
474474 - name : Checkout trusted workflow ref
475475 uses : actions/checkout@v6
476476 with :
477- persist-credentials : false
477+ persist-credentials : true
478478 ref : ${{ github.ref_name }}
479479 fetch-depth : 0
480480
@@ -765,7 +765,7 @@ jobs:
765765 - name : Checkout selected ref
766766 uses : actions/checkout@v6
767767 with :
768- persist-credentials : false
768+ persist-credentials : true
769769 ref : ${{ needs.resolve_target.outputs.revision }}
770770 fetch-depth : 1
771771
@@ -836,7 +836,7 @@ jobs:
836836 - name : Checkout selected ref
837837 uses : actions/checkout@v6
838838 with :
839- persist-credentials : false
839+ persist-credentials : true
840840 ref : ${{ needs.resolve_target.outputs.revision }}
841841 fetch-depth : 1
842842
@@ -901,7 +901,7 @@ jobs:
901901 - name : Checkout selected ref
902902 uses : actions/checkout@v6
903903 with :
904- persist-credentials : false
904+ persist-credentials : true
905905 ref : ${{ needs.resolve_target.outputs.revision }}
906906 fetch-depth : 1
907907
@@ -1016,7 +1016,7 @@ jobs:
10161016 - name : Checkout selected ref
10171017 uses : actions/checkout@v6
10181018 with :
1019- persist-credentials : false
1019+ persist-credentials : true
10201020 ref : ${{ needs.resolve_target.outputs.revision }}
10211021 fetch-depth : 1
10221022
@@ -1068,7 +1068,7 @@ jobs:
10681068 - name : Checkout selected ref
10691069 uses : actions/checkout@v6
10701070 with :
1071- persist-credentials : false
1071+ persist-credentials : true
10721072 ref : ${{ needs.resolve_target.outputs.revision }}
10731073 fetch-depth : 1
10741074
@@ -1147,7 +1147,7 @@ jobs:
11471147 - name : Checkout selected ref
11481148 uses : actions/checkout@v6
11491149 with :
1150- persist-credentials : false
1150+ persist-credentials : true
11511151 ref : ${{ needs.resolve_target.outputs.revision }}
11521152 fetch-depth : 1
11531153
@@ -1242,7 +1242,7 @@ jobs:
12421242 - name : Checkout selected ref
12431243 uses : actions/checkout@v6
12441244 with :
1245- persist-credentials : false
1245+ persist-credentials : true
12461246 ref : ${{ needs.resolve_target.outputs.revision }}
12471247 fetch-depth : 1
12481248
@@ -1340,7 +1340,7 @@ jobs:
13401340 - name : Checkout selected ref
13411341 uses : actions/checkout@v6
13421342 with :
1343- persist-credentials : false
1343+ persist-credentials : true
13441344 ref : ${{ needs.resolve_target.outputs.revision }}
13451345 fetch-depth : 1
13461346
@@ -1435,7 +1435,7 @@ jobs:
14351435 - name : Checkout selected ref
14361436 uses : actions/checkout@v6
14371437 with :
1438- persist-credentials : false
1438+ persist-credentials : true
14391439 ref : ${{ needs.resolve_target.outputs.revision }}
14401440 fetch-depth : 1
14411441
0 commit comments