From 32a2a205b981cb8f5388e12bbd0a65e664e398aa Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 6 Jun 2025 12:54:30 -0400 Subject: [PATCH] chore(ci): Migrate speakeasy setup to mise --- .github/workflows/test.yaml | 5 ----- mise.toml | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e327438..7b040e69 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,11 +26,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Setup Speakeasy CLI - uses: gleanwork/open-api/.github/actions/speakeasy-setup@main - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - # run the glean target specified in .speakeasy/workflow.yaml - run: speakeasy test --target glean diff --git a/mise.toml b/mise.toml index 34313e3b..1ea4c759 100644 --- a/mise.toml +++ b/mise.toml @@ -6,4 +6,5 @@ python = "3.9" # needed by speakeasy mockserver go = "1.22" +"aqua:speakeasy-api/speakeasy" = "latest"