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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new d4328e8  Don't persist credentials unnecessarily
d4328e8 is described below

commit d4328e8b3bf866a2e4c4817a0d5fa2cf8e9bb4fc
Author: Sebb <[email protected]>
AuthorDate: Sat Oct 8 15:26:28 2022 +0100

    Don't persist credentials unnecessarily
---
 .github/workflows/maven.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4e657dc..6969ba9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,6 +35,8 @@ jobs:
         
     steps:
     - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
+      with:
+        persist-credentials: false
     - uses: actions/[email protected]
       with:
         path: ~/.m2/repository

Reply via email to