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-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new 7e88be93 Don't persist credentials unnecessarily
7e88be93 is described below
commit 7e88be936f38ec41f5184d546a78a687696f6729
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:24:28 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 efcb4ece..395bae0e 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 50a13077..3b779d41 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: