From dde9b7de25ef9a48c5982b7874092e0221234b3c Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Tue, 16 Sep 2025 09:19:26 +0300 Subject: [PATCH] Fix. --- .gitea/workflows/loop-plugin-with-marketplace-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/loop-plugin-with-marketplace-template.yml b/.gitea/workflows/loop-plugin-with-marketplace-template.yml index f04f57f..698c9be 100644 --- a/.gitea/workflows/loop-plugin-with-marketplace-template.yml +++ b/.gitea/workflows/loop-plugin-with-marketplace-template.yml @@ -78,7 +78,7 @@ jobs: go_version: ${{ inputs.go_version }} go_cache: ${{ inputs.go_cache }} node_version: ${{ inputs.node_version }} - ssh_key: roleId: ${{ secrets.AI_DEPLOY_KEY }} + ssh_key: ${{ secrets.AI_DEPLOY_KEY }} - name: ci/plugin-sign uses: https://git.wilix.dev/wilix-infra/actions/.gitea/actions/file-sign@master