Skip to content

Commit

Permalink
Add workflow update from extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Nov 6, 2024
1 parent 3768381 commit f9835a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-from-extensions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Auto update extensions

on:
workflow_dispatch:

jobs:
call-workflow:
uses: wpmetabox/meta-box/.github/workflows/update-from-extensions.yml@master
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}

0 comments on commit f9835a8

Please sign in to comment.