ci(release): checkout approval helper · openclaw/openclaw@427df01
openclaw
·
2026-05-31
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -372,6 +372,11 @@ jobs:
|
372 | 372 | actions: read |
373 | 373 | contents: read |
374 | 374 | steps: |
| 375 | + - name: Checkout |
| 376 | +uses: actions/checkout@v6 |
| 377 | +with: |
| 378 | +persist-credentials: false |
| 379 | + |
375 | 380 | - name: Require trusted workflow ref for publish |
376 | 381 | env: |
377 | 382 | RELEASE_TAG: ${{ inputs.tag }} |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -207,6 +207,11 @@ jobs:
|
207 | 207 | actions: read |
208 | 208 | contents: read |
209 | 209 | steps: |
| 210 | + - name: Checkout |
| 211 | +uses: actions/checkout@v6 |
| 212 | +with: |
| 213 | +persist-credentials: false |
| 214 | + |
210 | 215 | - name: Validate release publish approval run |
211 | 216 | env: |
212 | 217 | GH_TOKEN: ${{ github.token }} |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -184,6 +184,11 @@ jobs:
|
184 | 184 | actions: read |
185 | 185 | contents: read |
186 | 186 | steps: |
| 187 | + - name: Checkout |
| 188 | +uses: actions/checkout@v6 |
| 189 | +with: |
| 190 | +persist-credentials: false |
| 191 | + |
187 | 192 | - name: Validate release publish approval run |
188 | 193 | env: |
189 | 194 | GH_TOKEN: ${{ github.token }} |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。