Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
get correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Apr 1, 2021
1 parent dd7b7ea commit 11c84a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_install:

export CSC_KEYCHAIN=build.keychain;

node export-keys.js $encrypted_7777a4e0a460_key $encrypted_7777a4e0a460_iv $CSC_KEYCHAIN
node export-keys.js $encrypted_7777a4e0a460_key $encrypted_7777a4e0a460_iv $CSC_KEY_PASSWORD

export KEYCHAIN_PASS=$RANDOM.$RANDOM.$RANDOM;
security create-keychain -p $KEYCHAIN_PASS $CSC_KEYCHAIN;
Expand Down

0 comments on commit 11c84a2

Please sign in to comment.