You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/18 15:08:47 UTC

[airflow] 12/13: Add workflows permission (#26416)

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

ephraimanierobi pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit bf70e1e6ed3960f8e86e5955b90d7768ebc92faa
Author: Mark Norman Francis <no...@201created.com>
AuthorDate: Thu Sep 15 20:00:54 2022 +0100

    Add workflows permission (#26416)
    
    Co-authored-by: Jed Cunningham <66...@users.noreply.github.com>
    (cherry picked from commit 2382c12cc3aa5d819fd089c73e62f8849a567a0a)
---
 .github/workflows/sync_authors.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/sync_authors.yml b/.github/workflows/sync_authors.yml
index 5ef30ba9c4..d136d7063d 100644
--- a/.github/workflows/sync_authors.yml
+++ b/.github/workflows/sync_authors.yml
@@ -29,6 +29,7 @@ on:  # yamllint disable-line rule:truthy
 permissions:
   contents: write
   pull-requests: write
+  workflows: write
 
 jobs:
   sync: