Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita8b5018

Browse files
authored
ci: fix secret env vars (#100)
Fixed incorrect environment variable mapping in release workflowThe environment variables for the Apple installer PKCS12 base64 and password were swapped, causing potential authentication issues during the release process.Change-Id: I52cb4309fd0e9475d2aa68dd9d6ee653fb6553d2Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent76fd0ac commita8b5018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
env:
4444
APPLE_DEVELOPER_ID_PKCS12_B64:${{ secrets.APPLE_DEVELOPER_ID_PKCS12_B64 }}
4545
APPLE_DEVELOPER_ID_PKCS12_PASSWORD:${{ secrets.APPLE_DEVELOPER_ID_PKCS12_PASSWORD }}
46-
APPLE_INSTALLER_PKCS12_B64:${{ secrets.APPLE_INSTALLER_PKCS12_PASSWORD }}
47-
APPLE_INSTALLER_PKCS12_PASSWORD:${{ secrets.APPLE_INSTALLER_PKCS12_B64 }}
46+
APPLE_INSTALLER_PKCS12_B64:${{ secrets.APPLE_INSTALLER_PKCS12_B64 }}
47+
APPLE_INSTALLER_PKCS12_PASSWORD:${{ secrets.APPLE_INSTALLER_PKCS12_PASSWORD }}
4848
APPLE_ID:${{ secrets.APPLE_NOTARYTOOL_USERNAME }}
4949
APPLE_ID_PASSWORD:${{ secrets.APPLE_NOTARYTOOL_PASSWORD }}
5050
APP_PROF:${{ secrets.CODER_DESKTOP_APP_PROVISIONPROFILE_B64 }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp