Skip to content

Commit 5bba524

Browse files
authored
Update remote generate_access_token script (#9089)
* Update access token script * Revert "Update access token script" This reverts commit 13e1e2c. * trip CI * Run CI on Xcode 13.2 * Update generate_access_token.sh * Use Xcode 13.1. This should work. * trip remote config CI * Update setup_bundler.sh * Revert "Revert "Update access token script"" This reverts commit b60ef5b. * Revert "trip remote config CI" This reverts commit 982714b.
1 parent 7fd97ea commit 5bba524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_access_token.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [[ $GHA_SECRET == "local_dev" ]]; then
6666
cp $SERVICE_ACCOUNT ~/.credentials/
6767
else
6868
echo "Decrypting ${SERVICE_ACCOUNT_FILE}.gpg"
69-
scripts/decrypt_GHA_SECRET.sh $SERVICE_ACCOUNT ~/.credentials/$SERVICE_ACCOUNT_FILE "$plist_secret"
69+
scripts/decrypt_gha_secret.sh $SERVICE_ACCOUNT ~/.credentials/$SERVICE_ACCOUNT_FILE "$GHA_SECRET"
7070
fi
7171

7272
echo "GOOGLE_APPLICATION_CREDENTIALS=${HOME}/.credentials/${SERVICE_ACCOUNT_FILE}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)