diff --git a/automation/logs/verify-github-access_completed_20260209_194147.sh b/automation/logs/verify-github-access_completed_20260209_194147.sh new file mode 100755 index 0000000..0f6f2b9 --- /dev/null +++ b/automation/logs/verify-github-access_completed_20260209_194147.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo "Waiting 60 seconds for GitHub mirror to sync..." +sleep 60 +echo "Testing if test-mirror.txt is on GitHub..." +curl -I https://raw.githubusercontent.com/frostystyle/firefrost-operations-manual/master/test-mirror.txt diff --git a/automation/results/verify-github-access_result.txt b/automation/results/verify-github-access_result.txt new file mode 100644 index 0000000..8bd8d70 --- /dev/null +++ b/automation/results/verify-github-access_result.txt @@ -0,0 +1,36 @@ +Task: verify-github-access.sh +Started: Mon Feb 9 19:40:46 CST 2026 +========================================== +Waiting 60 seconds for GitHub mirror to sync... +Testing if test-mirror.txt is on GitHub... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 44 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 44 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 +HTTP/2 200 +cache-control: max-age=300 +content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox +content-type: text/plain; charset=utf-8 +etag: "57e4a234671438d8077c0ab481b480554c713c3b6b8287ab5e2d9d2cf8826f56" +strict-transport-security: max-age=31536000 +x-content-type-options: nosniff +x-frame-options: deny +x-xss-protection: 1; mode=block +x-github-request-id: 9783:919F0:1D6FA:26888:698A8CD7 +accept-ranges: bytes +date: Tue, 10 Feb 2026 01:41:47 GMT +via: 1.1 varnish +x-served-by: cache-mci680074-MCI +x-cache: MISS +x-cache-hits: 0 +x-timer: S1770687707.052343,VS0,VE82 +vary: Authorization,Accept-Encoding +access-control-allow-origin: * +cross-origin-resource-policy: cross-origin +x-fastly-request-id: 361e892ed5b777a50cb8103003c738b53361796b +expires: Tue, 10 Feb 2026 01:46:47 GMT +source-age: 0 +content-length: 44 + +========================================== +Finished: Mon Feb 9 19:41:47 CST 2026 +Exit Code: 0