You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/01 13:41:20 UTC

[camel-karaf] 02/03: Automatic Sync master action: Do not persist credentials in checkout action

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit ab8df2758b0d06b1d37f8635bfa41ccd5a566506
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 14:39:42 2021 +0100

    Automatic Sync master action: Do not persist credentials in checkout action
---
 .github/workflows/automatic-sync-master.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index c85bb50..ea4d9cd 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -32,6 +32,7 @@ jobs:
         uses: actions/checkout@v2
         with:
           repository: apache/camel
+          persist-credentials: false
           ref: master
           path: camel
       - name: Set Up Java
@@ -45,6 +46,7 @@ jobs:
         uses: actions/checkout@v2
         with:
           ref: master
+          persist-credentials: false
           fetch-depth: 0
       - name: Build Camel-karaf Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests