(patch) test adding coursier credentials for local #2

Closed
pfm wants to merge 1 commit from test-coursier-credentials into main

View file

@ -15,6 +15,7 @@ jobs:
env:
GS_MAVEN_USER: ${{ vars.GS_MAVEN_USER }}
GS_MAVEN_TOKEN: ${{ secrets.GS_MAVEN_TOKEN }}
COURSIER_CREDENTIALS: "maven.garrity.co(Reposilite) cicd:${{ secrets.GS_MAVEN_TOKEN }}"
steps:
- uses: actions/checkout@v4
name: 'Checkout Repository'