Skip to content

igniterealtime/openfire-plugin-builder-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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.

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

About

GitHub Action to build an Openfire Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published