Skip to content

Commit

Permalink
fix for cookiecutter interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
whusterj committed Nov 12, 2024
1 parent 7b70cc2 commit 5c5dea7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
expo-version: latest
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
token: {{ "${{ secrets.EXPO_TOKEN }}" }}

- name: 🏗 Get Hash
id: GIT_HASH
Expand Down

0 comments on commit 5c5dea7

Please sign in to comment.