This is an automated email from the ASF dual-hosted git repository.

amoghdesai 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 48ab15dc4e0 Fixing permission for aws-credentials in pushing docs 
(#48095)
48ab15dc4e0 is described below

commit 48ab15dc4e0292f0aa965e9eb24dcdca4cd09255
Author: Amogh Desai <[email protected]>
AuthorDate: Sat Mar 22 19:11:18 2025 +0530

    Fixing permission for aws-credentials in pushing docs (#48095)
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 578c3e77964..494b47afcee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -225,6 +225,7 @@ jobs:
     permissions:
       contents: read
       packages: write
+      id-token: write
     if: needs.build-info.outputs.canary-run == 'true'
     with:
       runs-on-as-json-default: ${{ 
needs.build-info.outputs.runs-on-as-json-default }}

Reply via email to