hey everyone ! hope you doing well I am building a...
# help
s
hey everyone ! hope you doing well I am building an app using supabase and putting my project on github, my .env that contain the url and anon key is gitignore to be sure, however I am using github actions to automate some task like building the app and uploading it to a gh-pages branch to try out, my problem is : since I don't put the .env file to github, github actions do have access to the keys and therefore when github action build the app there is no connection to the api I tried putting a 'secrets' key on github and referencing it with VITE_SUPABASE_URL= ${{ secrets.VITE_SUPABASE_URL }} but it doesn't seem to work does anybody have any clues on how I can achieve that ? thanks