Skip to content

Commit

Permalink
fix: compute.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Jan 9, 2025
1 parent d59d897 commit 8e1cb7b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Personal Agent"
name: "@ubiquity-os-marketplace/command-ask"

on:
workflow_dispatch:
Expand All @@ -16,9 +16,10 @@ on:

jobs:
compute:
name: "Personal Agent"
name: "LLM Reply"
runs-on: ubuntu-latest
permissions: write-all
environment: ${{ github.ref == 'refs/heads/main' && 'main' || 'development' }}

steps:
- uses: actions/checkout@v4
Expand All @@ -28,11 +29,11 @@ jobs:
with:
node-version: "20.10.0"

- name: install dependencies
run: yarn

- name: execute directive
run: npx tsx ./src/main.ts
run: node ./dist/index.js
id: plugin-personal-agent
env:
PERSONAL_AGENT_PAT_CLASSIC: ${{ secrets.PERSONAL_AGENT_PAT_CLASSIC }}
PLUGIN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}

0 comments on commit 8e1cb7b

Please sign in to comment.