We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20e833 commit 37274d6Copy full SHA for 37274d6
1 file changed
.github/workflows/install-redirect-monitor.yml
@@ -15,7 +15,11 @@ jobs:
15
runs-on: ubuntu-latest
16
timeout-minutes: 2
17
env:
18
- MONITOR_URL: 'https://i.nskha.com/install.sh'
+ # 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'
23
USER_AGENT: 'n8n-manager-monitor/1.0 (+github.com/Automations-Project/n8n-data-manager)'
24
steps:
25
- name: Fetch first line
0 commit comments