From acfdd5847f472271e990233f63430d21c5c6f80e Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Tue, 3 Dec 2024 16:19:29 -0800 Subject: [PATCH] TMP test add-user-agent again --- .github/workflows/sync-redirects.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-redirects.yaml b/.github/workflows/sync-redirects.yaml index 2d9065c..73015bb 100644 --- a/.github/workflows/sync-redirects.yaml +++ b/.github/workflows/sync-redirects.yaml @@ -17,9 +17,9 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: nextstrain/.github/actions/setup-debugger@master - with: - tailscale-auth-key: ${{ secrets.TAILSCALE_AUTH_KEY }} + # - uses: nextstrain/.github/actions/setup-debugger@master + # with: + # tailscale-auth-key: ${{ secrets.TAILSCALE_AUTH_KEY }} - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -28,7 +28,7 @@ jobs: run: python3 -m pip install --upgrade pip setuptools wheel - name: Install readthedocs-cli - run: python3 -m pip install readthedocs-cli + run: python3 -m pip install git+https://github.com/nextstrain/readthedocs-cli.git@add-user-agent - name: Sync redirects (DRY RUN) run: rtd projects nextstrain redirects sync -f "redirects.yml" --dry-run