[筆記] 如何在 Vite 中取得 Github Action 的變數

章節連結

近期要將 gitlab 上的 CI 流程轉換到 github 上,所以筆記一下如何讓 Vite 取得 Github Action 的方法。
notes-vite-github-action


內容

在 GitHub Action YAML 檔案內,你可以在不同的層級中設定變數。不過你需要將其設定為 true 屬性,這樣一來 vite 內的程式才能用 import.meta.env 取得


參考資料

1. How to get env variables from env in github action .yaml in Vite project

按讚加入粉絲團

延伸閱讀