Manually commit staged plugins #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Manually commit staged plugins | |
on: [workflow_dispatch] | |
jobs: | |
run-plogon: | |
name: Build Plugins | |
if: github.ref == 'refs/heads/main' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Signal XLWeb commit | |
run: | | |
curl --request POST \ | |
--url https://kamori.goats.dev/Plogon/CommitStagedPlugins \ | |
--header 'X-XL-Key: ${{ secrets.XLWEB_KEY }}' |