https://github.com/igniterealtime/openfire-plugin-builder-action
GitHub Action to build an Openfire Plugin
https://github.com/igniterealtime/openfire-plugin-builder-action
Last synced: 10 months ago
JSON representation
GitHub Action to build an Openfire Plugin
- Host: GitHub
- URL: https://github.com/igniterealtime/openfire-plugin-builder-action
- Owner: igniterealtime
- Created: 2023-03-05T20:09:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T15:39:05.000Z (about 1 year ago)
- Last Synced: 2025-01-18T02:41:06.422Z (12 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Openfire Plugin builder action
GitHub Action to build an Openfire Plugin
Intended to be called by an Ignite Realtime repository, but there might be some use to others too.
## Usage
Assumes the calling repository has access to the secrets.
```yaml
jobs:
build:
uses: igniterealtime/openfire-plugin-builder-action/.github/workflows/openfire-plugin-build.yml@main
secrets:
IGNITE_REALTIME_MAVEN_USERNAME: ${{ secrets.IGNITE_REALTIME_MAVEN_USERNAME }}
IGNITE_REALTIME_MAVEN_PASSWORD: ${{ secrets.IGNITE_REALTIME_MAVEN_PASSWORD }}
```