Dashboard › publish › Distillation
ba1e511c-5ffa-4f0b-8433-228a1233d57a["lore_tm_v1_kvjC0_kPkL5Q0aDoaJq0d0yikomo63lhD6Jds2Kvc_g","lore_tm_v1_SI3myBIgFvGj8AfGEtKq0SzZ2_E-xfkv-i-K_aBsfSc"]
yarn vitest run --printConsoleTrace using Vitest v4.0.17 in /home/byk/Code/getsentry/publish passed all 16 test files and all 84 tests: src/modules/__tests__/approval-attestation.js (5), src/publish/__tests__/authorize-approval.js (7), src/modules/__tests__/approval-authorizer.js (15), src/publish/__tests__/validate-approval-attestation.js (9), src/modules/__tests__/post-workflow-details.js (1), src/publish/__tests__/record-auto-approval-attestation.js (2), src/modules/__tests__/process-end-state.js (4), src/publish/__tests__/current-accepted-event.js (2), src/publish/__tests__/workflow-action-pinning.js (16), src/modules/__tests__/update-issue.js (6), src/publish/__tests__/record-ci-ready-attestation.js (3), src/modules/__tests__/details-from-context.js (5), src/publish/__tests__/ci-poller-workflow.js (3), src/libs/__tests__/github.js (2), src/publish/__tests__/publish-workflow.js (2), and src/publish/__tests__/auto-approval-workflow.js (2). Duration was 2.44s (390ms transform, 0ms setup, 1.80s import, 358ms tests, 3ms environment); Yarn completed in 3.10s.eslint src .github --ignore-pattern '!.github' completed successfully in 1.12s..github/workflows/ci-poller-dispatch.yml defines the Run CI Status Poller workflow, triggered only by workflow_dispatch, with top-level permissions: {}..github/workflows/ci-poller-dispatch.yml has one job, dispatch, using environment: production, runs-on: ubuntu-latest, and a single no-op step run: ":".main; repository secrets must never be used by .github/workflows/ci-poller-dispatch.yml, and protected environment secrets enforce that an arbitrary dispatched ref cannot add them.