Skip to content

Commit b279c81

Browse files
Provide Artifactory credentials
1 parent 4864a79 commit b279c81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- uses: s4u/maven-settings-action@v3.1.0
3737
with:
3838
mirrors: '[{"id": "moderne-cache", "name": "Moderne Artifactory Cache", "mirrorOf": "*", "url": "https://artifactory.moderne.ninja/artifactory/moderne-cache-3/"}]'
39+
servers: '[{"id": "moderne-cache", "username": "${{ secrets.ARTIFACTORY_USERNAME }}", "password": "${{ secrets.ARTIFACTORY_PASSWORD }}"}]'
3940

4041
- uses: openrewrite/gh-automation/.github/actions/build@main
4142

0 commit comments

Comments
 (0)