Skip to content

Commit 835fea8

Browse files
authored
Add GitHub Actions workflow for Developer Hub deployment (#19883)
1 parent 5c0ca8d commit 835fea8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Trigger Developer Hub Deploy
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
jobs:
8+
deploy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Trigger Developer Hub deployment
12+
run: |
13+
curl -X POST "${{ secrets.DEVELOPER_HUB_DEPLOY_HOOK }}"

0 commit comments

Comments
 (0)