feat: add envs to gh action yml

This commit is contained in:
Zamitto 2024-10-21 15:54:37 -03:00
parent b7f717a6f4
commit 8a24fd8ef9
3 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,7 @@ export const profileAvatarEditOverlay = style({
justifyContent: "center",
transition: "all ease 0.2s",
alignItems: "center",
borderRadius: "4px",
opacity: "0",
});