Skip to content

Commit 0403015

Browse files
committed
supply PAT when downloading binaries; bump timeout on windows
1 parent 2c4e303 commit 0403015

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/actions/download-binaries/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ runs:
1313
if: ${{ inputs.cache-hit == 'true' }}
1414
shell: bash
1515
working-directory: extensions
16+
env:
17+
POSITRON_GITHUB_RO_PAT: ${{ github.token }}
1618
run: |
1719
echo "Extensions cache hit detected - downloading binaries"
1820
# WHY WE ONLY RUN THIS WHEN CACHE HITS (counterintuitive but correct):

.github/workflows/test-e2e-windows-run.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,10 @@ jobs:
201201
202202
- name: Download binaries (Ark, Kallichore) with retry
203203
uses: nick-fields/retry@v4
204+
env:
205+
POSITRON_GITHUB_RO_PAT: ${{ github.token }}
204206
with:
205-
timeout_minutes: 5
207+
timeout_minutes: 20
206208
max_attempts: 3
207209
retry_wait_seconds: 10
208210
shell: bash

0 commit comments

Comments
 (0)