The GitHub Actions job "Tests (AMD)" on 
airflow.git/gate-release-workflows-with-environment has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
957ba4ec2e044dff57ad460770961b5446a769ef / Jarek Potiuk <[email protected]>
Gate release image and docs publish workflows via release environment

Manual, release-process workflows restrict who may trigger them by
duplicating a hardcoded release-manager allowlist as an `if:` condition
on the first job. The list drifts across files, only gates the actor
(not the secrets the workflow consumes), and is easy to get wrong.

Replace those allowlists in the prod image release and docs-to-S3
publish workflows with a dedicated, RM-only `release` deployment
environment referenced by the entry job. Access control and secret
scoping then live in one place instead of copy-pasted handle lists.

The `release` environment must be created by ASF INFRA with release
managers as required reviewers, so this stays a draft until that is in
place. Converting the remaining release/registry workflows and the
CI-time secret consumers is tracked separately.

Report URL: https://github.com/apache/airflow/actions/runs/28789006147

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to