Skip to content

Commit

Permalink
Create trigger-website-build.yml (monome#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleretters authored Aug 30, 2024
1 parent 87fe5b9 commit 9fb8bf9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/trigger-website-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Trigger https://norns.community Build"

on:
workflow_dispatch:
push:
branches:
- main

jobs:
trigger_build_via_norns_community_merge:
runs-on: ubuntu-latest
steps:
- name: "Trigger https://norns.community Build"
run: |
curl -X POST \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-d '{"event_type": "trigger_build_via_norns_community_merge"}' \
https://api.github.com/repos/monome-community/norns-community/dispatches

0 comments on commit 9fb8bf9

Please sign in to comment.