Skip to content

Personal Agent Bridge #207

Personal Agent Bridge

Personal Agent Bridge #207

Workflow file for this run

name: "Personal Agent Bridge"
on:
workflow_dispatch:
inputs:
stateId:
description: "State Id"
eventName:
description: "Event Name"
eventPayload:
description: "Event Payload"
settings:
description: "Settings"
authToken:
description: "Auth Token"
ref:
description: "Ref"
signature:
description: "The kernel signature"
command:
description: "Command"
jobs:
compute:
name: "Personal Agent Bridge"
runs-on: ubuntu-latest
permissions: write-all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
X25519_PRIVATE_KEY: ${{ secrets.X25519_PRIVATE_KEY }}
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version: "20.10.0"
- name: install dependencies
run: yarn
- name: execute directive
run: npx tsx ./src/main.ts
id: plugin-personal-agent-bridge