Skip to content

Composite Github Action to setup Maven settings with Bonitasoft Artifactory repository

License

Notifications You must be signed in to change notification settings

bonitasoft/maven-settings-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven Settings Action

Composite Github Action to setup Maven settings with Bonitasoft Artifactory repository. Intend for internal usage only.

Input

Name Description
keeper-secret-config The Keeper Secret Manager configuration

Usage

jobs:
  maven-build:
    runs-on: ubuntu-latest
    steps:
      - name: Setup Maven Settings
        uses: bonitasoft/maven-settings-action@TAGNAME
        with:
          keeper-secret-config: ${{ secrets.KSM_CONFIG }}