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-foal.git
The following commit(s) were added to refs/heads/master by this push:
new adc6e7d Safety first
adc6e7d is described below
commit adc6e7d5db47415422ec2cea1b28a758e8c2ec4c
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 8 01:31:29 2021 +0100
Safety first
---
.github/workflows/type-tests.yml | 2 ++
.github/workflows/unittest.yml | 3 +++
2 files changed, 5 insertions(+)
diff --git a/.github/workflows/type-tests.yml b/.github/workflows/type-tests.yml
index 2590e95..7c77599 100644
--- a/.github/workflows/type-tests.yml
+++ b/.github/workflows/type-tests.yml
@@ -11,6 +11,8 @@ jobs:
python-version: [3.7, 3.9]
steps:
- uses: actions/checkout@master
+ with:
+ persist-credentials: false
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 74a676b..6b80c1e 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -14,8 +14,11 @@ jobs:
steps:
- 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 }}