Skip to content
check-square

GitHub Action

Gluon Build License

v2 Latest version

Gluon Build License

check-square

Gluon Build License

Action to configure your Gluon license

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Gluon Build License

uses: gluonhq/gluon-build-license@v2

Learn more about this action in gluonhq/gluon-build-license

Choose a version

gluon-build-license

This action configures the license for your Gluon build

Have a look at Hello Gluon CI for a sample.

Usage

  • Add this before your Maven build step
steps:
- name: Gluon Build License
    uses: gluonhq/gluon-build-license@v1
    with:
      gluon-license: ${{ secrets.GLUON_LICENSE }} 

In case, you have a multi-module setup, with main-module containing Gluon Application, dir can be specified:

steps:
- name: Gluon Build License
    uses: gluonhq/gluon-build-license@v1
    with:
      gluon-license: ${{ secrets.GLUON_LICENSE }}
      dir: main-module
  • Configure GLUON_LICENSE in your repo secrets