From a1b58431f064d2ef42592b1035e2e7a8a73c293b Mon Sep 17 00:00:00 2001 From: Stephane SEGNING LAMBOU Date: Tue, 22 Aug 2023 11:20:30 +0200 Subject: [PATCH] added badges --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 2 +- README.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d6f2cb..430e1f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,4 +113,4 @@ jobs: prerelease: false allowUpdates: true bodyFile: CHANGELOG.md - tag: v0.0.2 \ No newline at end of file + tag: v0.0.3 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f18cd..e797274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # Changelog -- Added the first basic version of the script \ No newline at end of file +- Updated README.md \ No newline at end of file diff --git a/README.md b/README.md index 72ce3f8..6872bd6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Nkobani Webhook API +[![Build and Release](https://github.com/vymalo/nkobani-webhook-api/actions/workflows/ci.yml/badge.svg)](https://github.com/vymalo/nkobani-webhook-api/actions/workflows/ci.yml) +[![Build](https://github.com/vymalo/nkobani-webhook-api/actions/workflows/build.yml/badge.svg)](https://github.com/vymalo/nkobani-webhook-api/actions/workflows/build.yml) + This server is meant to receive webhooks from the Nkobani API and process them. "Processing" entails: - [ ] Sending a welcome email to the user -- [x] Updating hasura with the user's details \ No newline at end of file +- [x] Updating hasura with the user's details