1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 10:03:26 +00:00

DEVOPS-1746 - Update iOS distribution certificate and profiles (#3018)

This commit is contained in:
Vince Grassia
2024-02-28 12:48:16 +00:00
committed by GitHub
parent 850a7e754a
commit c9fdfa7a15
17 changed files with 94 additions and 135 deletions

View File

@@ -176,13 +176,14 @@ jobs:
- name: Install Node dependencies
run: npm install
- name: Decrypt secrets
- name: Download secrets
env:
DECRYPT_FILE_PASSWORD: ${{ secrets.DECRYPT_FILE_PASSWORD }}
ACCOUNT_NAME: bitwardenci
CONTAINER_NAME: mobile
run: |
mkdir -p ~/secrets
gpg --quiet --batch --yes --decrypt --passphrase="$DECRYPT_FILE_PASSWORD" \
--output ./store/fdroid/keystore.jks ./.github/secrets/store_fdroid-keystore.jks.gpg
mkdir -p $HOME/secrets
az storage blob download --account-name $ACCOUNT_NAME --container-name $CONTAINER_NAME \
--name store_fdroid-keystore.jks --file ./store/fdroid/keystore.jks --output none
- name: Compile for F-Droid Store
env: