Skip to content

Commit

Permalink
lupa $
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyidyofa committed Jan 13, 2025
1 parent 0d1fb5a commit 475c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo JWT_PRIVATE_KEY_BASE64="$JWT_PRIVATE_KEY_BASE64" >> "$APP_ENV_FILE_PATH"
echo JWT_PUBLIC_KEY_BASE64="$JWT_PUBLIC_KEY_BASE64" >> "$APP_ENV_FILE_PATH"
echo PASSWORD_SALT="$PASSWORD_SALT" >> "$APP_ENV_FILE_PATH"
echo SUDO_TOKEN="SUDO_TOKEN" >> "$APP_ENV_FILE_PATH"
echo SUDO_TOKEN="$SUDO_TOKEN" >> "$APP_ENV_FILE_PATH"
- name: Sync deploy files Backend
working-directory: ./backend
Expand Down

0 comments on commit 475c5b4

Please sign in to comment.