Skip to content

Commit ebd9d2c

Browse files
committed
fix: rename env to vars
1 parent 8f3966d commit ebd9d2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
env:
1313
EXPO_PUBLIC_POSTHOG_API_KEY: ${{ secrets.EXPO_PUBLIC_POSTHOG_API_KEY }}
14-
EXPO_PUBLIC_EDITION_NAME: ${{ env.EXPO_PUBLIC_EDITION_NAME }}
14+
EXPO_PUBLIC_EDITION_NAME: ${{ vars.EXPO_PUBLIC_EDITION_NAME }}
1515
steps:
1616
- name: Check for EXPO_TOKEN
1717
run: |
@@ -27,7 +27,7 @@ jobs:
2727
fi
2828
- name: Print edition name
2929
run: |
30-
echo "Edition name: ${{ env.EXPO_PUBLIC_EDITION_NAME }}"
30+
echo "Edition name: ${{ vars.EXPO_PUBLIC_EDITION_NAME }}"
3131
- name: Checkout repository
3232
uses: actions/checkout@v3
3333

0 commit comments

Comments
 (0)