You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/09/15 09:12:00 UTC

[airflow] branch main updated: Credentials are needed in order to push branch (#26413)

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

ash 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 9115488a68 Credentials are needed in order to push branch (#26413)
9115488a68 is described below

commit 9115488a68f7c3112f0c4943c32d318a8222cf96
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)
---
 .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