Skip to content

Commit

Permalink
[#1515] Remove env in Setup EAS step
Browse files Browse the repository at this point in the history
  • Loading branch information
ifirmawan committed May 30, 2024
1 parent f258378 commit a2df7f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/apk-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
env:
SENTRY_ENV: production
SENTRY_DSN: ${{ secrets.SENTRY_MOBILE_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_MOBILE_AUTH_TOKEN }}

- name: 📦 Install dependencies
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ jobs:
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
env:
SENTRY_ENV: production
SENTRY_DSN: ${{ secrets.SENTRY_MOBILE_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_MOBILE_AUTH_TOKEN }}

- name: 📦 Install dependencies
run: |
Expand Down

0 comments on commit a2df7f9

Please sign in to comment.