This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 73b47f5d do not pass GH credentials on Windows, was failing the builds
73b47f5d is described below

commit 73b47f5d3f519f8fac21eb2e64a7e114e93939ad
Author: lprimak <[email protected]>
AuthorDate: Tue Jan 24 12:14:10 2023 -0600

    do not pass GH credentials on Windows, was failing the builds
---
 .github/workflows/maven.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index bcaa6979..3f874ef3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -93,7 +93,6 @@ jobs:
         if: matrix.os != 'ubuntu-latest'
         run: >-
           mvn verify --show-version --errors --batch-mode 
--no-transfer-progress -Pdocs
-          -Dgh_user=${{ github.actor }} -Dgh_token=${{ secrets.GITHUB_TOKEN }}
           -Pskip_jakarta_ee_tests
 
       - name: Archive test run logs

Reply via email to