opt: fix ntfy

This commit is contained in:
2025-12-30 14:43:39 +07:00
parent fdcac755aa
commit a3aae4ea1d
2 changed files with 22 additions and 56 deletions

View File

@@ -70,6 +70,8 @@ runs:
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' }}
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_RUN_ID: ${{ github.run_id }}
# Gmail
GMAIL_USER: ${{ inputs.gmail_user || env.GMAIL_USER }}