From f24a003d8f1104c89dbedcf6c48ad5020cecdd1a Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 4 Mar 2026 20:11:26 +0800 Subject: [PATCH] chore(ci): incorrect passed value of signing org id --- .github/workflows/release-tamagotchi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index dbfbc2152..12c0d54a2 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -247,7 +247,7 @@ jobs: if: ${{ github.event_name == 'schedule' && (matrix.os == 'windows-latest' && github.repository == 'moeru-ai/airi') }} with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' - organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}' + organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}' project-slug: 'airi' github-artifact-id: '${{ steps.unsigned-artifacts-nightly.outputs.artifact-id }}' signing-policy-slug: 'test-signing' @@ -337,7 +337,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' && !inputs.build_only && inputs.artifacts_only && (matrix.os == 'windows-latest' && github.repository == 'moeru-ai/airi') }} with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' - organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}' + organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}' project-slug: 'airi' github-artifact-id: '${{ steps.unsigned-artifacts-workflow-dispatch.outputs.artifact-id }}' signing-policy-slug: 'test-signing' @@ -415,7 +415,7 @@ jobs: if: ${{ github.event_name == 'release' && (matrix.os == 'windows-latest' && github.repository == 'moeru-ai/airi') }} with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' - organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}' + organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}' project-slug: 'airi' github-artifact-id: '${{ steps.unsigned-artifacts-release.outputs.artifact-id }}' signing-policy-slug: 'test-signing'