Skip to content

Commit 488f4a7

Browse files
committed
validate_secrets.yml: Update fastlane signal phrase that identifies bad MATCH_PASSWORD
1 parent 3741bfc commit 488f4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
failed=true
173173
echo "::error::The FASTLANE_KEY secret is set but invalid. Verify that you copied it correctly from the API Key file (*.p8) you downloaded and try again."
174174
elif ! bundle exec fastlane validate_secrets 2>&1 | tee fastlane.log; then
175-
if grep -q "bad decrypt" fastlane.log; then
175+
if grep -q "Couldn't decrypt the repo" fastlane.log; then
176176
failed=true
177177
echo "::error::Unable to decrypt the Match-Secrets repository using the MATCH_PASSWORD secret. Verify that it is set correctly and try again."
178178
elif grep -q -e "required agreement" -e "license agreement" fastlane.log; then

0 commit comments

Comments
 (0)