From 337b404f0c3d776a584109a831aa45177526e1f8 Mon Sep 17 00:00:00 2001 From: Cecilia Liu Date: Mon, 12 Aug 2024 13:18:12 -0500 Subject: [PATCH] workflow change --- .github/workflows/maven-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 3d78523..8ebdad2 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -15,7 +15,7 @@ jobs: # Github Authentication is required to download artifacts from github packages # A secret is created for this repo, so that github actions can fetch it, the secret is named after GH_PAT_FOR_ACTIONS_TOKEN - name: maven-settings - uses: s4u/maven-settings-action@v4 + uses: s4u/maven-settings-action@v2 with: servers: '[{"id": "github", "username": "madieUser", "password": "${GITHUB_TOKEN_REF}"}]' githubServer: false