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-skin.git
The following commit(s) were added to refs/heads/master by this push: new 40e6398 Don't persist credentials unnecessarily 40e6398 is described below commit 40e6398742597c3da5853c086febcba5c20b7c37 Author: Sebb <s...@apache.org> AuthorDate: Sat Oct 8 15:27:40 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 189d6d3..55c1c2d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,6 +44,8 @@ jobs: steps: - uses: actions/checkout@v3.0.2 + with: + persist-credentials: false - uses: actions/cache@v3.0.8 with: path: ~/.m2/repository