Skip to content

Commit

Permalink
fix: use correct env vars (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferhans committed Sep 10, 2024
1 parent b21d323 commit 8c9bb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
-destination 'platform=tvOS Simulator,name=Apple TV,OS=16.1' \
LOGIN_API_KEY=${{ secrets.LOGIN_API_KEY }} \
AUTOLOGIN_HOST=${{ vars.AUTOLOGIN_HOST }} \
RUDDER_WRITE_KEY=${{ secrets.RUDDER_WRITE_KEY }} \
RUDDER_DATAPLANE_URL=${{ secrets.RUDDER_DATAPLANE_URL }} \
RUDDER_WRITEKEY=${{ secrets.RUDDER_WRITE_KEY }} \
RUDDER_DATAPLANEURL=${{ secrets.RUDDER_DATAPLANE_URL }} \
| xcpretty
- name: Test analytics
env:
Expand Down

0 comments on commit 8c9bb73

Please sign in to comment.