mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Updates for new website --nobuild
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -45,6 +45,13 @@ jobs:
|
||||
curl --fail -L -H "Token: ${{ secrets.INDEXER_TOKEN }}" \
|
||||
"${{ secrets.INDEXER_URL }}"/firmware/reindex;
|
||||
|
||||
- name: "Force deploy website to refresh releases"
|
||||
uses: peter-evans/repository-dispatch@v3
|
||||
with:
|
||||
token: ${{ secrets.REPO_DISPATCH_TOKEN }}
|
||||
repository: Next-Flip/v2.momentum-fw.dev
|
||||
event-type: force-deploy
|
||||
|
||||
- name: "Send release notification"
|
||||
env:
|
||||
RELEASE_WEBHOOK: ${{ secrets.RELEASE_WEBHOOK }}
|
||||
|
||||
Reference in New Issue
Block a user