fix: pass Expo token into EAS workflow

This commit is contained in:
xuhongbin
2026-03-07 23:36:58 +08:00
parent 5120458712
commit a9fe8a34ec

View File

@@ -26,6 +26,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
env:
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
steps:
- name: Checkout