From 310e2990548da6254369cbd8d908d8fa9216f21e Mon Sep 17 00:00:00 2001 From: Yusuf Ali Date: Sat, 10 Jan 2026 02:50:33 +0000 Subject: [PATCH] ci: turn on https --- .github/workflows/agent-markdown.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agent-markdown.yml b/.github/workflows/agent-markdown.yml index 2bd8f84..655d4e2 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/actions/embed-markdown@main + uses: https://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 0545929..c62bd39 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/actions/embed-markdown@main + uses: https://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