test(ci): prove reusable workflow identity

This commit is contained in:
Vincent Koc
2026-08-21 10:14:01 -07:00
parent 542ab81906
commit 5c87843e87
+2 -2
View File
@@ -31,9 +31,9 @@ jobs:
actions: read
contents: read
packages: read
uses: ./.github/workflows/install-smoke-reusable.yml
uses: openclaw/openclaw/.github/workflows/install-smoke-reusable.yml@542ab81906f6f38cddd2529873c6ea7ccc547845
with:
allow_unreleased_changelog: true
ref: ${{ github.sha }}
ref: 542ab81906f6f38cddd2529873c6ea7ccc547845
run_bun_global_install_smoke: ${{ github.event_name == 'schedule' || inputs.run_bun_global_install_smoke }}
update_baseline_version: ${{ inputs.update_baseline_version || 'latest' }}