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:11:35 UTC

[camel] 03/03: Master Push build 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.git

commit 574c6ce6cd4454c900ed3c7d2951a121675a6d03
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 1 14:10:21 2021 +0100

    Master Push build action: Do not persist credentials in checkout action
---
 .github/workflows/master-push-build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index dff1447..3a0d8d7 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -29,6 +29,8 @@ jobs:
         java: [ '1.8' ]
     steps:
       - uses: actions/checkout@v2
+        with:
+          persist-credentials: false
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v1
         with: