惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
博客园 - 【当耐特】
D
Docker
Y
Y Combinator Blog
L
LangChain Blog
博客园 - 三生石上(FineUI控件)
I
InfoQ
阮一峰的网络日志
阮一峰的网络日志
F
Fortinet All Blogs
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
B
Blog
The GitHub Blog
The GitHub Blog
腾讯CDC
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
爱范儿
爱范儿
A
About on SuperTechFans
量子位
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
ci: persist checkout credentials for release validation ·...
steipete · 2026-05-23 · via Recent Commits to openclaw:main

@@ -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