opt: fix ntfy

This commit is contained in:
2025-12-30 14:51:23 +07:00
parent 8284b41d30
commit f3417df036
2 changed files with 21 additions and 2 deletions

View File

@@ -69,6 +69,8 @@ runs:
NTFY_TOPIC: ${{ inputs.ntfy_topic || 'act_runner_deployment' }}
NTFY_USERNAME: ${{ inputs.ntfy_username || env.NTFY_AUTH_USER }}
NTFY_PASSWORD: ${{ inputs.ntfy_password || env.NTFY_AUTH_PASS }}
# Git
GIT_URL: ${{ inputs.server_url || 'https://git.hcmc.online' }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_RUN_ID: ${{ github.run_id }}