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/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new 86aaf1b Don't persist credentials unnecessarily
86aaf1b is described below
commit 86aaf1b38d62536d3f80f9c9d91d973bb525c103
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:27:47 2022 +0100
Don't persist credentials unnecessarily
---
.github/workflows/coverage.yml | 2 ++
.github/workflows/maven.yml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index b0b2ff8..defd94e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e6cabff..302adad 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -30,6 +30,8 @@ jobs:
steps:
- uses: actions/checkout@v3
+ with:
+ persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with: