Skip to content
chevron-right

GitHub Action

Nombda hook

v0.0.9 Latest version

Nombda hook

chevron-right

Nombda hook

GitHub Action to trigger Nombda hook

Installation

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

              

- name: Nombda hook

uses: bjorand/nombda-github-action@v0.0.9

Learn more about this action in bjorand/nombda-github-action

Choose a version

Github action for Nombda

Usage

- name: restart myapp container
  uses: bjorand/nombda-github-action@master
  with:
    url: https://nombda.foobar.org
    hook: myapp
    action: restart
    token: ${{ secrets.NOMBDA_TOKEN }}

This action does a POST request to a nombda server with a full hook url built as: https://nombda.foobar.org/hooks/myapp/restart

License

MIT License