Skip to content

Commit

Permalink
add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Sep 10, 2024
1 parent 1c26e6d commit 81a972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ETHEREUM_ENDPOINT=${{ secrets.ETHEREUM_ENDPOINT }} thc build game

- name: Provide dapp
run: thc provide-dapp game thc/web
run: ETHEREUM_ENDPOINT=${{ secrets.ETHEREUM_ENDPOINT }} thc provide-dapp game thc/web

- name: Install THC (as in Treasure Hunt Code) dependencies
working-directory: thc/web
Expand Down

0 comments on commit 81a972a

Please sign in to comment.