Dashboard › publish › Distillation
1078c78d-d223-4886-a308-fea19c72a64c["lore_tm_v1_o1W73URl6COd1TujGNlQSGBQsGWnopCb_H6LC9HFXls"]
π΄ (16:02) User stated the CI poller βalways adds ci-ready.β
π΄ (16:02) .github/workflows/publish.yml:10 sets cancel-in-progress: false.
π΄ (16:02) .github/workflows/publish.yml:200 uses the production environment for the shown job.
π΄ (16:02) .github/workflows/publish.yml:204 documents coordination with waiting-for-ci on the same event and states that the poller always adds ci-ready.
π΄ (16:02) .github/workflows/publish.yml:212 requires the issue to contain the ci-ready label in the shown job condition.
π΄ (16:02) .github/workflows/publish.yml:223 configures checkout with persist-credentials: false.
π΄ (16:02) .github/workflows/publish.yml:234 sets APPROVAL_ATTESTATION_AUTHOR to github-actions[bot].
π΄ (16:02) .github/workflows/publish.yml:245 sets GH_TOKEN to ${{ github.token }} for the shown step.
π΄ (16:02) .github/workflows/publish.yml:256 pins actions/setup-node to 249970729cb0ef3589644e2896645e5dc5ba9c38.
π΄ (16:02) .github/workflows/publish.yml:312 gates the shown step with if: fromJSON(steps.inputs.outputs.result).targets.
π΄ (16:02) .github/workflows/publish.yml:323-362 writes a Craft state file to a designated safe location, accounts for working directories /github/workspace/__repo__ and repository root, sanitizes CRAFT_PUBLISH_VERSION into version_sanitised, and reports Wrote state file: $state_file.
π΄ (16:02) .github/workflows/publish.yml:373 passes ${{ steps.request-digest.outputs.request_digest }} as EXPECTED_REQUEST_DIGEST.
π΄ (16:02) .github/workflows/publish.yml:384 includes removal of the accepted label in the shown failure/revalidation path.
π΄ (16:02) .github/workflows/publish.yml:418 defaults CRAFT_LOG_LEVEL to Info via ${{ vars.CRAFT_LOG_LEVEL || 'Info' }}.
π΄ (16:02) .github/workflows/publish.yml:429 documents that ghcr.io access requires GITHUB_TOKEN.
π΄ (16:02) .github/workflows/publish.yml:440 sets DOCKER_USERNAME to sentrybuilder.
π΄ (16:02) .github/workflows/publish.yml:451 sources POWERSHELL_API_KEY from ${{ secrets.POWERSHELL_API_KEY }}.
π΄ (16:02) .github/workflows/publish.yml:462 documents cleanup intended to cover setup, dependency, parsing, checkout, and Craft failures.
π΄ (16:02) .github/workflows/publish.yml:474 includes removal of the ci-pending label in the shown failure-cleanup path.
π΄ (16:02) .github/workflows/publish.yml:485 contains a step named Update completed targets and remove label; the shown cleanup-related step at line 496 uses continue-on-error: true.
π΄ (16:02) .github/workflows/publish.yml:518 includes removal of the accepted label in the shown terminal cleanup path.