This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
commit b28e5e1833bf2eca62d461e7e4e93b27b1adcd0d Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jul 22 15:17:34 2024 +0100 Don't persist credentials by default --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc23b8..2507aa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,7 @@ jobs: steps: - name: Git Checkout uses: actions/checkout@v4 + persist-credentials: false - name: Set up Java uses: actions/setup-java@v4 with: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org