opt: fix ntfy

This commit is contained in:
2025-12-30 14:32:04 +07:00
parent b62856deea
commit e969f3da44
2 changed files with 56 additions and 17 deletions

View File

@@ -67,8 +67,8 @@ runs:
# Ntfy
NTFY_URL: ${{ inputs.ntfy_url || 'https://ntfy.hcmc.online' }}
NTFY_TOPIC: ${{ inputs.ntfy_topic || 'act_runner_deployment' }}
NTFY_USERNAME: ${{ inputs.ntfy_username || env.NTFY_USERNAME }}
NTFY_PASSWORD: ${{ inputs.ntfy_password || env.NTFY_PASSWORD }}
NTFY_USERNAME: ${{ inputs.ntfy_username || env.NTFY_AUTH_USER }}
NTFY_PASSWORD: ${{ inputs.ntfy_password || env.NTFY_AUTH_PASS }}
GIT_URL: ${{ inputs.server_url || 'https://git.hcmc.online' }}
# Gmail