An open API service indexing awesome lists of open source software.

https://github.com/bonitasoft/maven-settings-action

Composite Github Action to setup Maven settings with Bonitasoft Artifactory repository
https://github.com/bonitasoft/maven-settings-action

composite-action github-action published-never

Last synced: 7 months ago
JSON representation

Composite Github Action to setup Maven settings with Bonitasoft Artifactory repository

Awesome Lists containing this project

README

          

# 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

```yaml
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 }}
```