This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8f73a7ec4de Fix workflow permissions for registry build in docs
publishing (#63864)
8f73a7ec4de is described below
commit 8f73a7ec4de4058272e46676a720f45b9306c125
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Mar 18 12:26:31 2026 +0530
Fix workflow permissions for registry build in docs publishing (#63864)
---
.github/workflows/publish-docs-to-s3.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/publish-docs-to-s3.yml
b/.github/workflows/publish-docs-to-s3.yml
index 230e59d5b75..3cee1216e05 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -417,6 +417,9 @@ jobs:
needs: [publish-docs-to-s3, build-info]
if: needs.build-info.outputs.registry-providers != ''
name: "Update Provider Registry"
+ permissions:
+ contents: read
+ packages: write
uses: ./.github/workflows/registry-build.yml
with:
destination: ${{ needs.build-info.outputs.destination }}