Skip to content

Commit

Permalink
Update maven-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-benohe authored Mar 22, 2024
1 parent 4302a03 commit 6b93e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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@v3
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github", "username": "madieUser", "password": "${GITHUB_TOKEN_REF}"}]'
githubServer: false
Expand Down

0 comments on commit 6b93e45

Please sign in to comment.