Skip to content

Commit 37274d6

Browse files
committed
ci: switch monitor probe target to GitHub raw (Phase 1 Plan 04 revision)
1 parent b20e833 commit 37274d6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/install-redirect-monitor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 2
1717
env:
18-
MONITOR_URL: 'https://i.nskha.com/install.sh'
18+
# Probe target switched from https://i.nskha.com/install.sh to GitHub raw on
19+
# 2026-05-02 because Cloudflare edge bot-fight 403s GHA runner IPs even with
20+
# the monitor's custom UA. See PROJECT.md ## Key Decisions for full rationale.
21+
# Distribution-surface monitoring (CF/Worker/S4) deferred to Phase 8.
22+
MONITOR_URL: 'https://raw.githubusercontent.com/Automations-Project/n8n-data-manager/main/install.sh'
1923
USER_AGENT: 'n8n-manager-monitor/1.0 (+github.com/Automations-Project/n8n-data-manager)'
2024
steps:
2125
- name: Fetch first line

0 commit comments

Comments
 (0)