diff --git a/.github/workflows/check_certs.yml b/.github/workflows/check_certs.yml index 39cf68d33..243858363 100644 --- a/.github/workflows/check_certs.yml +++ b/.github/workflows/check_certs.yml @@ -83,8 +83,7 @@ jobs: - name: Annotate Summary after Nuke run: | - echo "::warning::Certificates have been nuked. All TestFlight profiles are revoked." - echo "::notice::Run the 'Create Certificates' workflow for each dependent app to rebuild profiles." + echo "::warning::⚠️⚠️⚠️ All Distribution certificates and TestFlight profiles have been revoked." # Trigger create_certs.yml if nuke_certs ran @@ -100,5 +99,7 @@ jobs: steps: - name: Annotate Summary run: | - echo "::notice::Certificates have been recreated successfully." - echo "::warning::Make sure to test builds using the new certificates." + echo "::warning::⚠️⚠️⚠️ Certificates have been recreated successfully." + echo "::warning::⚠️⚠️⚠️ If you have other apps being distributed by GitHub Actions / Fastlane / TestFlight," + echo "::warning::⚠️⚠️⚠️ please run the '3. Create Certificates' workflow for each of these apps to allow these apps to be built." + echo "::warning::✅✅✅ But don't worry about your existing TestFlight builds, they will keep working!" \ No newline at end of file