diff --git a/.github/workflows/integration-rate-limiter.yaml b/.github/workflows/integration-rate-limiter.yaml index dde0c5d17..6e066764b 100644 --- a/.github/workflows/integration-rate-limiter.yaml +++ b/.github/workflows/integration-rate-limiter.yaml @@ -8,6 +8,8 @@ jobs: build: name: Tests (Rate-Limiter) runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'jammy-rate-limiter' }} + env: + AUTH_DOWNLOAD_TOKEN: ${{ secrets.AUTH_DOWNLOAD_TOKEN }} steps: - name: Fix workspace permissions if: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/integration-sgx.yaml b/.github/workflows/integration-sgx.yaml index bd5a78334..b8e4d7054 100644 --- a/.github/workflows/integration-sgx.yaml +++ b/.github/workflows/integration-sgx.yaml @@ -8,6 +8,8 @@ jobs: build: name: Tests (SGX) runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'jammy-sgx' }} + env: + AUTH_DOWNLOAD_TOKEN: ${{ secrets.AUTH_DOWNLOAD_TOKEN }} steps: - name: Fix workspace permissions if: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/integration-vfio.yaml b/.github/workflows/integration-vfio.yaml index b41f227e3..196b1d430 100644 --- a/.github/workflows/integration-vfio.yaml +++ b/.github/workflows/integration-vfio.yaml @@ -8,6 +8,8 @@ jobs: build: name: Tests (VFIO) runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'jammy-vfio' }} + env: + AUTH_DOWNLOAD_TOKEN: ${{ secrets.AUTH_DOWNLOAD_TOKEN }} steps: - name: Fix workspace permissions if: ${{ github.event_name != 'pull_request' }}