Skip to content

NR Broker intention close action

Actions
Closes an intention opened in a previous action
v3
Latest
Star (0)

Broker Intention Close V3

This action closes an intention, so further access to the broker is denied.

If you encounter an error, ensure that the Broker URL is correct and that the intention was not automatically closed at the end of the time to live (ttl) period.

Broker Documentation

Please refer to the NR Broker Repository for full usage details.

Usage

- uses: bcgov-nr/action-broker-intention-close@v3
  with:
    # The intention to close.
    intention_token: ''

    # The broker url.
    # Default: 'https://broker.io.nrs.gov.bc.ca'
    broker_url: ''

    # The outcome of the intention. Must be 'success', 'failure' or 'unknown'
    # Default: 'success'
    outcome: 'success'

    # The reason for the intention close.
    # Default: ''
    reason: ''

License

The scripts and documentation in this project are released under the Apache License

NR Broker intention close action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Closes an intention opened in a previous action
v3
Latest

NR Broker intention close action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.