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 57fc3e99b3 Update release_dockerhub_image.yml (#26033)
57fc3e99b3 is described below

commit 57fc3e99b3e42e576bfe79642149ca2d789f3e9b
Author: Alex <[email protected]>
AuthorDate: Mon Aug 29 10:51:09 2022 +0100

    Update release_dockerhub_image.yml (#26033)
    
    Signed-off-by: sashashura <[email protected]>
    
    Signed-off-by: sashashura <[email protected]>
---
 .github/workflows/release_dockerhub_image.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release_dockerhub_image.yml 
b/.github/workflows/release_dockerhub_image.yml
index 17b8cb1031..2b22a3a0c1 100644
--- a/.github/workflows/release_dockerhub_image.yml
+++ b/.github/workflows/release_dockerhub_image.yml
@@ -27,6 +27,8 @@ on:  # yamllint disable-line rule:truthy
         description: 'Skip Latest: Set to true if not latest.'
         default: ''
         required: false
+permissions:
+  contents: read
 concurrency:
   group: ${{ github.event.inputs.airflowVersion }}
   cancel-in-progress: true

Reply via email to