From 77f8a59d1c73a834f89ccbb4127c757c74fa87a6 Mon Sep 17 00:00:00 2001 From: Max Novich Date: Wed, 18 Jun 2025 14:47:11 -0700 Subject: [PATCH] fix typo in secret name (#2994) --- .github/workflows/bundle-desktop-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-desktop-windows.yml b/.github/workflows/bundle-desktop-windows.yml index 15f21822..9aa51cf1 100644 --- a/.github/workflows/bundle-desktop-windows.yml +++ b/.github/workflows/bundle-desktop-windows.yml @@ -53,7 +53,7 @@ jobs: if: inputs.signing && inputs.signing == true uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # ratchet:aws-actions/configure-aws-credentials@v4 with: - role-to-assume: ${{ github.ref == 'refs/heads/main' && secrets.WINDOWS_SIGNING_ROLE || secrets.WINDOWS_SIGNING_ROLE_TAG }} + role-to-assume: ${{ github.ref == 'refs/heads/main' && secrets.WINDOW_SIGNING_ROLE || secrets.WINDOW_SIGNING_ROLE_TAG }} aws-region: us-west-2 # 2) Set up Node.js