Skip to content

Commit 19c83b8

Browse files
committed
Update property for Prepare FFMpeg CI step
1 parent cc1d9d4 commit 19c83b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Prepare FFMpeg
3737
uses: FedericoCarboni/setup-ffmpeg@v3
3838
with:
39-
token: ${{ secrets.GITHUB_TOKEN }}
39+
github-token: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Test with dotnet
4242
run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions

0 commit comments

Comments
 (0)