ci: fix release reachability auth · openclaw/openclaw@02b1c8c
steipete
·
2026-05-24
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -154,7 +154,7 @@ jobs:
|
154 | 154 | - name: Checkout trusted workflow helper |
155 | 155 | uses: actions/checkout@v6 |
156 | 156 | with: |
157 | | -persist-credentials: true |
| 157 | +persist-credentials: false |
158 | 158 | ref: ${{ github.ref_name }} |
159 | 159 | path: workflow |
160 | 160 | fetch-depth: 1 |
@@ -175,7 +175,7 @@ jobs:
|
175 | 175 | if: steps.fast_ref.outputs.fallback == 'true' |
176 | 176 | uses: actions/checkout@v6 |
177 | 177 | with: |
178 | | -persist-credentials: true |
| 178 | +persist-credentials: false |
179 | 179 | ref: ${{ inputs.ref }} |
180 | 180 | path: source |
181 | 181 | fetch-depth: 0 |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -610,7 +610,7 @@ async function startThreadWithDisabledNativeSurfaceForTest(
|
610 | 610 | const pluginConfig = { |
611 | 611 | ...options.pluginConfig, |
612 | 612 | codexPlugins: { |
613 | | - ...((options.pluginConfig?.codexPlugins as Record<string, unknown> | undefined) ?? {}), |
| 613 | + ...(options.pluginConfig?.codexPlugins as Record<string, unknown> | undefined), |
614 | 614 | enabled: false, |
615 | 615 | }, |
616 | 616 | }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。