diff --git a/.github/workflows/agent-markdown.yml b/.github/workflows/agent-markdown.yml index 768a462..2bd8f84 100644 --- a/.github/workflows/agent-markdown.yml +++ b/.github/workflows/agent-markdown.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - name: Send task to coding agent - uses: git.yusufali.ca/automation/action@main + uses: git.yusufali.ca/actions/embed-markdown@main with: api_url: ${{ secrets.AGENT_API_URL }} # default: https://api.servc.io api_token: ${{ secrets.AGENT_TOKEN }} # optional, required for authenticated API calls diff --git a/README.md b/README.md index 8f2b5e8..0545929 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 - name: Send task to coding agent - uses: git.yusufali.ca/automation/action@main + uses: git.yusufali.ca/actions/embed-markdown@main with: api_url: ${{ secrets.AGENT_API_URL }} # default: https://api.servc.io api_token: ${{ secrets.AGENT_TOKEN }} # optional, required for authenticated API calls