Dashboard › publish › Distillation
fc7cfbc5-94aa-43ac-8d1c-8cb01eef32dc["lore_tm_v1_T3bGclfQz4pQKJDthZqOzkGHYRQdKOxEjmGppAPIbvA","lore_tm_v1_HRNWXz7czCv-3WHqCe2bJFG1pjPBLEQD8DNTTZPt3oc","lore_tm_v1_rkoLN8IfRXarpHw2VMpYaYgkzgAzdAi2BO0-Egr74Q0","lore_tm_v1_SCLr0hQRzBXux8enD8LRjyA_a-cdh-m1TxjSk1EoHrA","lore_tm_v1_ABCPm9OG-tSsEUNxDr5xzB2HWfCU5kEDkBT8Ynx8gJ4","lore_tm_v1_uuMEEgEodtC2b7Mr-pbdhp6SKhgseHH9D9ctSDFTlg0","lore_tm_v1_stw7fLCjyDdkrlQUztjEQXb-RQnILnEYzX129ozMzBs"]
workflow_run supports activity types completed, requested, and in_progress; requested does not occur when a workflow is re-run, and the triggered workflow file must exist on the default branch.workflow_run chains are limited to 3 levels: in an A β B β C β D β E β F sequence, workflows E and F do not run.workflow_run can access secrets and write tokens even when the triggering workflow could not; GitHub warns that running untrusted code under this trigger risks cache poisoning and unintended access to secrets or write privileges.workflow_run triggers regardless of the preceding workflowβs conclusion; jobs must inspect github.event.workflow_run.conclusion, such as success or failure, to branch on the result. Multiple names in workflows: [...] use OR semantics, so completion of any listed workflow triggers the downstream workflow.404 Not Found with documentation_url: https://docs.github.com/rest; the specific endpoint was not shown./home/byk/Code/getsentry/publish/src/publish/post-workflow-details.js is an 8-line entry point that imports ../modules/post-workflow-details.js, imports getGitHubToken from ../libs/github, creates context from @actions/github, creates octokit with github.getOctokit(getGitHubToken()), and invokes postWorkflowDetails({ context, octokit }).yarn run --run --printConsoleTrace executed vitest run --run --printConsoleTrace with Vitest v4.0.17; all 16 test files and all 84 tests passed in 2.71s (436ms test time; Yarn completed in 3.42s).src/publish/__tests__/validate-approval-attestation.js (9), src/modules/__tests__/approval-attestation.js (5), src/publish/__tests__/current-accepted-event.js (2), src/publish/__tests__/authorize-approval.js (7), src/modules/__tests__/update-issue.js (6), src/modules/__tests__/approval-authorizer.js (15), src/modules/__tests__/process-end-state.js (4), src/modules/__tests__/details-from-context.js (5), src/modules/__tests__/post-workflow-details.js (1), src/publish/__tests__/workflow-action-pinning.js (16), src/publish/__tests__/record-ci-ready-attestation.js (3), src/publish/__tests__/publish-workflow.js (2), src/publish/__tests__/record-auto-approval-attestation.js (2), src/publish/__tests__/ci-poller-workflow.js (3), src/libs/__tests__/github.js (2), and src/publish/__tests__/auto-approval-workflow.js (2).yarn ran eslint src .github --ignore-pattern '!.github' successfully with no reported lint errors, completing in 1.92s.