Skip to content

Commit

Permalink
annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoleh committed Jan 9, 2025
1 parent f00a412 commit d405b6e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check_certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!"

0 comments on commit d405b6e

Please sign in to comment.