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@23c7b69392d08e57f545d393faa391e43cf4dd55 # main @ 23c7b69
uses: Comfy-Org/github-workflows/.github/workflows/groom.yml@9cbbaa9f3b99ec14f80630f0b6e8ad0e1791287e # main @ 9cbbaa9
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: 23c7b69392d08e57f545d393faa391e43cf4dd55
workflows_ref: 9cbbaa9f3b99ec14f80630f0b6e8ad0e1791287e
# 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