Files
airflow/.github/workflows
Kaxil Naik 806b9aaf37 Remove unnecessary id-token: write from registry workflow (#63232)
The registry build job uses static AWS credentials (access key + secret),
not OIDC, so `id-token: write` is not needed. Removing it fixes the
`workflow_call` from `publish-docs-to-s3.yml` which only grants
`contents: read` — callers cannot escalate permissions for nested jobs.
2026-03-09 22:21:19 +00:00
..