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