Reusable action used to build and publish bbki.ng's plugins.
inputs:
hcp_client_id:
description: 'The client id of hcp'
required: true
hcp_client_secret:
description: 'The client secret of hcp'
required: true
wasm:
description: 'The name of wasm file (eg. bbp_now.wasm)'
required: true
build:
runs-on: ubuntu-latest
steps:
- name: build
uses: bbbottle/bbp-action@build
- name: release
uses: bbbottle/bbp-action@v1.0.51
with:
hcp_client_id: ${{ secrets.HCP_CLIENT_ID }}
hcp_client_secret: ${{ secrets.HCP_CLIENT_SECRET }}
wasm: "bbp_coc.wasm"