captainhammy / setup-hserver-action

GitHub Action to configure hserver
MIT License
1 stars 0 forks source link

Tests

Setup hserver

This GitHub Action will configure hserver for Houdini license acquisition.

Usage

  - name: Setup hserver
    uses: captainhammy/setup-hserver-action@v1
    with:
      server: https://www.sidefx.com/license/sesinetd
      client_id: AAA123
      client_secret_key:  BBB456
      extra: --some --extra args

This is equivalent to the following command:

hserver --clientid AAA123 --clientsecret BBB456 --host https://www.sidefx.com/license/sesinetd --some --extra args

Inputs

Required Inputs:

Optional Inputs: