mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 01:55:45 +00:00
Include github token to avoid rate limiting
This commit is contained in:
parent
99181e9f65
commit
fb10b78e35
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue