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:44 UTC

[airflow] 09/13: Credentials are needed in order to push branch (#26413)

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 6d2b39470fe609c277d951efd18fbd9c55f5c2ea
Author: Mark Norman Francis <no...@201created.com>
AuthorDate: Thu Sep 15 10:11:41 2022 +0100

    Credentials are needed in order to push branch (#26413)
    
    (cherry picked from commit 9115488a68f7c3112f0c4943c32d318a8222cf96)
---
 .github/workflows/sync_authors.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/sync_authors.yml b/.github/workflows/sync_authors.yml
index 8405292859..52cb6db782 100644
--- a/.github/workflows/sync_authors.yml
+++ b/.github/workflows/sync_authors.yml
@@ -35,8 +35,6 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v3
-        with:
-          persist-credentials: false
 
       - name: Python
         uses: actions/setup-python@v4