Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Aug 22, 2023
1 parent 60b681d commit a1b5843
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
prerelease: false
allowUpdates: true
bodyFile: CHANGELOG.md
tag: v0.0.2
tag: v0.0.3
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Changelog

- Added the first basic version of the script
- Updated README.md
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
- [x] Updating hasura with the user's details

0 comments on commit a1b5843

Please sign in to comment.