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
- Host: GitHub
- URL: https://github.com/bonitasoft/maven-settings-action
- Owner: bonitasoft
- License: gpl-2.0
- Created: 2024-02-14T15:24:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T06:52:34.000Z (over 1 year ago)
- Last Synced: 2025-01-17T05:29:06.255Z (9 months ago)
- Topics: composite-action, github-action, published-never
- Homepage:
- Size: 23.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 }}
```