Composite Github Action to setup Maven settings with Bonitasoft Artifactory repository. Intend for internal usage only.
Name | Description |
---|---|
keeper-secret-config |
The Keeper Secret Manager configuration |
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 }}