You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclassName="text-center pb-6 text-gray-500 text-base w-96">Here you can set <strong>project-specific environment variables</strong>that will be visible during prebuilds and (optionally) in workspaces for this project.</p>
54
+
<pclassName="text-center pb-6 text-gray-500 text-base w-96">All <strong>project-specific environment variables</strong> will be visible in prebuilds and optionally in workspaces for this project.</p>
<AlertBox><strong>Project variables might be accessible by anyone with read access to your repository.</strong><br/>Secret values can be exposed if they are printed in the logs, persisted to the file system, or made visible in workspaces.</AlertBox>
106
+
<AlertBox><strong>Project-specific environment variables might be accessible by anyone with read access to your repository.</strong><br/>Secret values can be exposed if they are printed in the logs, persisted to the file system, or made visible in workspaces.</AlertBox>
<CheckBoxtitle="Hide in Workspaces"desc="Projectvariables are visible during prebuilds. Choose whether this variable should be visible in workspaces as well."checked={censored}onChange={()=>setCensored(!censored)}/>
119
+
<CheckBoxtitle="Hide in Workspaces"desc="Project-specific environment variables are visible in prebuilds. Choose whether this variable should be visible in workspaces as well."checked={censored}onChange={()=>setCensored(!censored)}/>
122
120
</div>
123
121
{!censored&&<divclassName="mt-4">
124
122
<InfoBox>This value will be directly visible to anyone who can open your repository in Gitpod.</InfoBox>
0 commit comments