fix(auth): let a long build or deploy wait sign in again when its token expires (BE-15858) #830
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: AGENTS.md Integrity | |
| # Thin caller for the shared reusable AGENTS.md integrity check. The checker | |
| # lives in Comfy-Org/github-workflows (single source of truth), loaded from | |
| # the pinned workflows_ref — never from this repo's checkout. Bump the SHA to | |
| # pick up upstream changes and keep `workflows_ref` matching so the check | |
| # script loads from the same commit; the upstream bump dispatcher | |
| # (AGENTS_MD_CALLERS) opens SHA-bump PRs automatically once registered. | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| agents-md: | |
| permissions: | |
| contents: read | |
| uses: Comfy-Org/github-workflows/.github/workflows/agents-md-integrity.yml@c6b3effa6d2e9fff97500d9688b54106f556c433 # github-workflows main (c6b3eff) | |
| with: | |
| workflows_ref: c6b3effa6d2e9fff97500d9688b54106f556c433 |