From dff273cf9aafc3a64e36ef27db5ee0648a75df9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Jun 2026 07:20:51 +0000 Subject: [PATCH] chore: sync auth to v0.72.0 --- plugins/auth/manifest.json | 84 +++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/plugins/auth/manifest.json b/plugins/auth/manifest.json index a44a724..bad3781 100644 --- a/plugins/auth/manifest.json +++ b/plugins/auth/manifest.json @@ -21,6 +21,88 @@ }, "category": "core", "description": "JWT authentication, OAuth2, user store, and auth middleware wiring", + "downloads": [ + { + "arch": "amd64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/wfctl-darwin-amd64" + }, + { + "arch": "arm64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/wfctl-darwin-arm64" + }, + { + "arch": "amd64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/wfctl-linux-amd64" + }, + { + "arch": "arm64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/wfctl-linux-arm64" + }, + { + "arch": "amd64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-darwin-amd64" + }, + { + "arch": "arm64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-darwin-arm64" + }, + { + "arch": "amd64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-linux-amd64" + }, + { + "arch": "arm64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-linux-arm64" + }, + { + "arch": "amd64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-lsp-server-darwin-amd64" + }, + { + "arch": "arm64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-lsp-server-darwin-arm64" + }, + { + "arch": "amd64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-lsp-server-linux-amd64" + }, + { + "arch": "arm64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-lsp-server-linux-arm64" + }, + { + "arch": "amd64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-sandbox-runner-darwin-amd64" + }, + { + "arch": "arm64", + "os": "darwin", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-sandbox-runner-darwin-arm64" + }, + { + "arch": "amd64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-sandbox-runner-linux-amd64" + }, + { + "arch": "arm64", + "os": "linux", + "url": "https://github.com/GoCodeAlone/workflow/releases/download/v0.72.0/workflow-sandbox-runner-linux-arm64" + } + ], "homepage": "https://github.com/GoCodeAlone/workflow", "keywords": [ "auth", @@ -38,5 +120,5 @@ "source": "github.com/GoCodeAlone/workflow", "tier": "core", "type": "builtin", - "version": "1.0.0" + "version": "0.72.0" }