Javyer
Explore posts from serversHow to set the commit sha as a environment variable?
Hi! Good day!
I'm currently trying to link the reports from Sentry with the Git commit's SHA.
For this, I'm setting a variable with the value:
${{RAILWAY_GIT_COMMIT_SHA}}
but it is empty. I also tried to use ${{RAILWAY_DEPLOYMENT_ID}}
but it also looks empty.
Am I missing something in my configuration? I'm properly using other variables to link to my other services.8 replies