




















@@ -154,7 +154,7 @@ jobs:
154154 - name: Checkout trusted workflow helper
155155uses: actions/checkout@v6
156156with:
157-persist-credentials: false
157+persist-credentials: true
158158ref: ${{ github.ref_name }}
159159path: workflow
160160fetch-depth: 1
@@ -175,7 +175,7 @@ jobs:
175175if: steps.fast_ref.outputs.fallback == 'true'
176176uses: actions/checkout@v6
177177with:
178-persist-credentials: false
178+persist-credentials: true
179179ref: ${{ inputs.ref }}
180180path: source
181181fetch-depth: 0
@@ -474,7 +474,7 @@ jobs:
474474 - name: Checkout trusted workflow ref
475475uses: actions/checkout@v6
476476with:
477-persist-credentials: false
477+persist-credentials: true
478478ref: ${{ github.ref_name }}
479479fetch-depth: 0
480480@@ -765,7 +765,7 @@ jobs:
765765 - name: Checkout selected ref
766766uses: actions/checkout@v6
767767with:
768-persist-credentials: false
768+persist-credentials: true
769769ref: ${{ needs.resolve_target.outputs.revision }}
770770fetch-depth: 1
771771@@ -836,7 +836,7 @@ jobs:
836836 - name: Checkout selected ref
837837uses: actions/checkout@v6
838838with:
839-persist-credentials: false
839+persist-credentials: true
840840ref: ${{ needs.resolve_target.outputs.revision }}
841841fetch-depth: 1
842842@@ -901,7 +901,7 @@ jobs:
901901 - name: Checkout selected ref
902902uses: actions/checkout@v6
903903with:
904-persist-credentials: false
904+persist-credentials: true
905905ref: ${{ needs.resolve_target.outputs.revision }}
906906fetch-depth: 1
907907@@ -1016,7 +1016,7 @@ jobs:
10161016 - name: Checkout selected ref
10171017uses: actions/checkout@v6
10181018with:
1019-persist-credentials: false
1019+persist-credentials: true
10201020ref: ${{ needs.resolve_target.outputs.revision }}
10211021fetch-depth: 1
10221022@@ -1068,7 +1068,7 @@ jobs:
10681068 - name: Checkout selected ref
10691069uses: actions/checkout@v6
10701070with:
1071-persist-credentials: false
1071+persist-credentials: true
10721072ref: ${{ needs.resolve_target.outputs.revision }}
10731073fetch-depth: 1
10741074@@ -1147,7 +1147,7 @@ jobs:
11471147 - name: Checkout selected ref
11481148uses: actions/checkout@v6
11491149with:
1150-persist-credentials: false
1150+persist-credentials: true
11511151ref: ${{ needs.resolve_target.outputs.revision }}
11521152fetch-depth: 1
11531153@@ -1242,7 +1242,7 @@ jobs:
12421242 - name: Checkout selected ref
12431243uses: actions/checkout@v6
12441244with:
1245-persist-credentials: false
1245+persist-credentials: true
12461246ref: ${{ needs.resolve_target.outputs.revision }}
12471247fetch-depth: 1
12481248@@ -1340,7 +1340,7 @@ jobs:
13401340 - name: Checkout selected ref
13411341uses: actions/checkout@v6
13421342with:
1343-persist-credentials: false
1343+persist-credentials: true
13441344ref: ${{ needs.resolve_target.outputs.revision }}
13451345fetch-depth: 1
13461346@@ -1435,7 +1435,7 @@ jobs:
14351435 - name: Checkout selected ref
14361436uses: actions/checkout@v6
14371437with:
1438-persist-credentials: false
1438+persist-credentials: true
14391439ref: ${{ needs.resolve_target.outputs.revision }}
14401440fetch-depth: 1
14411441此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。