You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/10/08 00:33:15 UTC

[incubator-ponymail] branch master updated: Safety first

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ca3175  Safety first
1ca3175 is described below

commit 1ca3175c4a2d5342ebf042a831abc92b20aa4135
Author: Sebb <se...@apache.org>
AuthorDate: Fri Oct 8 01:33:04 2021 +0100

    Safety first
---
 .github/workflows/pythonpackage.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index c95656c..e1fcafe 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -14,8 +14,11 @@ jobs:
 
     steps:
     - uses: actions/checkout@master
-    - uses: actions/checkout@master   
       with:
+        persist-credentials: false
+    - uses: actions/checkout@master
+      with:
+        persist-credentials: false
         repository: apache/incubator-ponymail-unit-tests
         path: pmtests
     - name: Set up Python ${{ matrix.python-version }}