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

[camel-karaf] 03/03: Test karaf 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 940973f1932269e069a0ef46188b317eb0acd9f6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 14:40:39 2021 +0100

    Test karaf action: Do not persist credentials in checkout action
---
 .github/workflows/test-karaf-camel-master.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/test-karaf-camel-master.yml b/.github/workflows/test-karaf-camel-master.yml
index ea46c19..a1962c2 100644
--- a/.github/workflows/test-karaf-camel-master.yml
+++ b/.github/workflows/test-karaf-camel-master.yml
@@ -30,6 +30,7 @@ jobs:
         uses: actions/checkout@v2
         with:
           repository: apache/camel
+          persist-credentials: false
           ref: master
           path: camel
       - name: Set Up Java
@@ -43,6 +44,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