expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
372 stars 111 forks source link

chore: skip git crypt unlock when running in forks #368

Closed byCedric closed 1 year ago

byCedric commented 1 year ago

Why

This should help not-failing CI when external contributors are opening PRs.

How

Moved unlock to composite action, and skip it when the key isn't available (e.g. in forks).

Test Plan

Check if CI works.