Skip to content

Commit 3387fdb

Browse files
authored
Update ci.yml
1 parent e511362 commit 3387fdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242

4343
- name: Uninstall .NET SDKs
4444
run: ./.github/scripts/uninstall-dotnet-${{ matrix.os }}
45+
env:
46+
GITHUB_TOKEN: ${{ github.token }}
4547

4648
- name: Install .NET SDK ${{ matrix.dotnet }}
4749
run: ./.github/scripts/install-dotnet-${{ matrix.os }} ${{ matrix.dotnet }} ${{ matrix.arch }}

0 commit comments

Comments
 (0)