From fb10b78e35b6dedbb3a16cdeb6a23898893ba64f Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Thu, 16 Oct 2025 09:37:42 +0200 Subject: [PATCH] Include github token to avoid rate limiting --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4803498..9800c70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: uses: AnimMouse/setup-ffmpeg@ae28d57 # 1.1.0 with: version: 711 + token: ${{ github.token }} - name: Test with dotnet run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions