Skip to content

Commit

Permalink
ci(build): 環境変数をリネーム
Browse files Browse the repository at this point in the history
関連 4376447
  • Loading branch information
wiyco committed Dec 18, 2024
1 parent e5d3934 commit f1d1929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Build
run: npm run build
env:
HOST_ORIGIN_URL: ${{ secrets.HOST_ORIGIN_URL }} # 詳細は #22 を参照
NEXT_PUBLIC_HOST_ORIGIN_URL: ${{ secrets.NEXT_PUBLIC_HOST_ORIGIN_URL }} # 詳細は #22 を参照

0 comments on commit f1d1929

Please # to comment.