Skip to content

Commit 6dd4b2e

Browse files
committed
fix: Mask sensitive environment variable in deployment workflow
1 parent 9072d23 commit 6dd4b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
pm2 stop ZyroHub
2626
git pull
2727
bun install
28-
echo "${{ vars.ENV_PROD }}" >> .env
28+
echo "::add-mask::${{ vars.ENV_PROD }}" >> .env
2929
bun run build
3030
pm2 start ZyroHub

0 commit comments

Comments
 (0)