This action uploads a distribution to BR Cloud and outputs the distribution id.
The action is using the BR Cloud Rest API. The API documentation is available at https://api-<stack-name>.onehippo.io/v3/docs
.
Required BR Cloud stack name.
Required BR Cloud username.
Required BR Cloud password.
Required The name and path of the file distribution.
Id of the uploaded distribution
uses: Manifesto-Digital/[email protected]
with:
brcStack: "brStackName"
username: ${{ secrets.BRC_USERNAME }}
password: ${{ secrets.BRC_PASSWORD }}
distPath: "${{ github.workspace }}/target/distribution.tar.gz"