You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/05 15:04:45 UTC

[myfaces-tobago] branch master updated: improved ci

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new d702875  improved ci
d702875 is described below

commit d702875e940e8370c87de3c596a7f9e23ec1e70e
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Feb 5 16:04:36 2021 +0100

    improved ci
    
    infra required persist-credentials: false
---
 .github/workflows/tobago-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/tobago-ci.yml b/.github/workflows/tobago-ci.yml
index 6e97fc8..74c766b 100644
--- a/.github/workflows/tobago-ci.yml
+++ b/.github/workflows/tobago-ci.yml
@@ -32,6 +32,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v2
+      with:
+        persist-credentials: false
     - name: Set up JDK 1.8
       uses: actions/setup-java@v1
       with:
@@ -56,4 +58,4 @@ jobs:
         name: reports
         retention-days: 14
         path: reports.zip
-        if-no-files-found: ignore
\ No newline at end of file
+        if-no-files-found: ignore