Skip to content

Commit

Permalink
chore: 🤖 Update all github workflow (expo/expo-github-action)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed May 29, 2023
1 parent 2d3ffcc commit fb22249
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/expo-build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: expo/expo-github-action@v7

- uses: expo/expo-github-action@v8
with:
eas-version: 3.x
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Yarn
run: |
cd front
Expand Down Expand Up @@ -58,10 +60,12 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: expo/expo-github-action@v7

- uses: expo/expo-github-action@v8
with:
eas-version: 3.x
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Yarn
run: |
cd front
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/expo-publish-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: expo/expo-github-action@v5

- uses: expo/expo-github-action@v8
with:
expo-version: 4.x
expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Yarn
run: |
cd front
Expand Down
18 changes: 10 additions & 8 deletions .github/workflows/expo-publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: expo/expo-github-action@v5

- uses: expo/expo-github-action@v8
with:
expo-version: 4.x
expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Yarn
run: |
cd front
Expand All @@ -42,11 +43,12 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14.x
- uses: expo/expo-github-action@v5

- uses: expo/expo-github-action@v8
with:
expo-version: 4.x
expo-username: ${{ secrets.EXPO_CLI_USERNAME }}
expo-password: ${{ secrets.EXPO_CLI_PASSWORD }}
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Yarn
run: |
cd front
Expand Down

0 comments on commit fb22249

Please sign in to comment.