Skip to content

Commit

Permalink
add notify-monorepo action
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Oct 24, 2024
1 parent 04329da commit 5b7b39f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/notify-monorepo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Notify Main Repo

on:
push:
branches:
- main

jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Trigger main repo workflow
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.RUBROT_PAT }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/RubricLab/rubric/actions/workflows/update-submodules.yml/dispatches \
-d '{"ref":"main","inputs":{"repository":"${{ github.repository }}","ref":"${{ github.ref }}"}}'
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-24] [add notify-monorepo action](https://github.com/RubricLab/memory/commit/53d286bb680f8785ebd63806f5bc2a4514ec9bbc)
- [2024-10-22] [Bun x kysely codegen](https://github.com/RubricLab/memory/commit/d0dfa75f9bc720454301e751d91bf8410e7d60f5)
- [2024-10-22] [DB generate on postinstall](https://github.com/RubricLab/memory/commit/2aef7c241b719d7baba6dc5daef6d53407540b60)
- [2024-10-22] [Bleed OpenAI](https://github.com/RubricLab/memory/commit/8f9ad0f4af1362c92b596817755ef5ed4afd3c98)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rubriclab/memory",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.0.42",
"version": "0.0.43",
"private": false,
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit 5b7b39f

Please sign in to comment.