Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Github actions and .env - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
3y ago
•
2 replies
cdodev
Github actions and .env
Hey all
,
Loving the T3 stack so far
. I was wondering if anyone is deploying to fly
?
The default fly deploy locally copies in my
.env file to all the env vars I need are there
.
On github actions obviously I haven
't committed
.env
.
So I have a couple of questions
:
How do people use github actions secrets
? At the moment I
've worked round the need for build time access to
.env
.env
with
env > .env && ...
env > .env && ...
but I
'm not sure about this approach long term
How do you handle different env at build time vs run time
? I think vercel does this all for you
(
?
) but fly seems a bit different
.
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Stop t3-env from asking for env in github actions
TTC
Theo's Typesafe Cult / questions
10mo ago
Error using npm and Turborepo in GitHub Actions
TTC
Theo's Typesafe Cult / questions
3y ago
T3 env lint error on Github CI
TTC
Theo's Typesafe Cult / questions
3y ago
Server Actions and tRPC
TTC
Theo's Typesafe Cult / questions
3y ago