Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/groom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
# Omitting it rejects the run outright ("requesting 'actions: read', but is
# only allowed 'actions: none'").
actions: read
uses: Comfy-Org/github-workflows/.github/workflows/groom.yml@4efe4c559b37339a22ae3547aa108f95d1ea4aca # main @ 4efe4c5
uses: Comfy-Org/github-workflows/.github/workflows/groom.yml@d4e3890d528ea92b0c7791f2334dd4c34032f0fa # main @ d4e3890
with:
# File as cloud-code-bot (App token) rather than github-actions[bot]. Absent
# APP_ID degrades to github-actions[bot] instead of failing.
bot_app_id: ${{ vars.APP_ID }}
# Keep the assets ref (finder and verifier briefs plus dedup ledger) in
# lock-step with the `uses:` ref above, so a run always loads the briefs
# that match the workflow filing the issues.
workflows_ref: 4efe4c559b37339a22ae3547aa108f95d1ea4aca
workflows_ref: d4e3890d528ea92b0c7791f2334dd4c34032f0fa
# Manual dispatch can dry-run; the scheduled run always files live.
#
# BOTH comparisons are load-bearing, and the `inputs` context is NOT usable
Expand Down
Loading