Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjooon2 committed May 19, 2024
1 parent 597d66d commit 590e07a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ jobs:
name: EAS Update
runs-on: ubuntu-latest
steps:
- name: Check for EXPO_TOKEN
run: |
if [ -z "${{ secrets.EXPO_PUBLIC_REST_API_KEY }}" ]; then
expo token doesnt exists - docs: https://docs.expo.dev/eas-update/github-actions
exit 1
fi

- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -30,7 +24,7 @@ jobs:
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_PUBLIC_REST_API_KEY }}
token: ${{ secrets.EXPO_TOKEN }}

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 590e07a

Please sign in to comment.