Skip to content

chore: update webhook timeout, param desc and examples #12

chore: update webhook timeout, param desc and examples

chore: update webhook timeout, param desc and examples #12

name: "Update Configuration and Build"
on:
workflow_dispatch:
push:
jobs:
update:
name: "Update Configuration & Build"
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: ubiquity-os/action-deploy-plugin@main
with:
pluginEntry: "${{ github.workspace }}/src/workflow-entry.ts"
schemaPath: "${{ github.workspace }}/src/types/plugin-inputs.ts"
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}