Authoring-assist runner: download advisory artifact from the current run

The review and publish jobs run in the same workflow_run; the artifact is intra-run. Downloading with run-id set to the intake run (github.event.workflow_run.id) looked in the wrong run and failed with 'Artifact not found'. Drop run-id/github-token so download-artifact resolves the artifact uploaded earlier in this run.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 75d852d6-18a6-4c58-986f-ed5ab16618fa
This commit is contained in:
dayland 2026-07-24 11:59:53 +01:00
parent 94d3d4358d
commit c0d0418f65

View file

@ -192,8 +192,6 @@ jobs:
with:
name: authoring-assist-output-${{ needs.review.outputs.pr_number }}
path: ${{ github.workspace }}/advisory-output
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}
- name: Upsert advisory comment
env: