Skip to content

Commit

Permalink
0.10.0: Fixed ingest in action with secret
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienbwk committed Sep 8, 2024
1 parent 10f1b43 commit 54e2bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ make dev
- [x] Directory data chat
- [x] API data chat
- [x] GitHub Actions release
- [ ] Secure ingestion endpoint (/api/ingest)
- [x] Secure ingestion endpoint (/api/ingest)
- [ ] Secure RepoChat with optional password

## Why not use Vercel ?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-action-repochat",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"description": "GitHub Action to run repochat",
"main": "index.js",
Expand Down

0 comments on commit 54e2bea

Please sign in to comment.