From 416ec0ed21b330152c87a781c04ef8ef01ce9756 Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 17 Oct 2021 15:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=A1=B9=E7=9B=AE=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dfbdad3..d26fac2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,7 +24,7 @@ jobs: cache: maven server-id: github server-username: MAVEN_USERNAME - server-password: MAVEN_TOKEN + server-password: GITHUB_TOKEN - name: "Package & Deploy" run: mvn -B deploy --file pom.xml env: