1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Fix create secret for fastlane

This commit is contained in:
Michal Checinski
2025-02-27 19:04:00 +01:00
parent 92ca51686f
commit 82fceba525

View File

@@ -1214,7 +1214,7 @@ jobs:
{
"issuer_id": "${{ secrets.APP_STORE_CONNECT_TEAM_ISSUER }}",
"key_id": "6TV9MKN3GP",
"key": "$(sed -E ':a;N;$!ba;s/\r{0,1}\n/\\n/g' <<< "${{ secrets.APP_STORE_CONNECT_AUTH_KEY }}")"
"key": "$(sed -E ':a;N;$!ba;s/\r{0,1}\n/\\n/g' ~/private_keys/AuthKey_6TV9MKN3GP.p8)"
}
EOF