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: 3 months ago
JSON representation
Composite Github Action to setup Maven settings with Bonitasoft Artifactory repository
- Host: GitHub
- URL: https://github.com/bonitasoft/maven-settings-action
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2024-02-14T15:24:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-29T07:35:39.000Z (8 months ago)
- Last Synced: 2025-09-29T09:23:36.803Z (8 months ago)
- Topics: composite-action, github-action, published-never
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 }}
```