We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e511362 commit 3387fdbCopy full SHA for 3387fdb
.github/workflows/ci.yml
@@ -42,6 +42,8 @@ jobs:
42
43
- name: Uninstall .NET SDKs
44
run: ./.github/scripts/uninstall-dotnet-${{ matrix.os }}
45
+ env:
46
+ GITHUB_TOKEN: ${{ github.token }}
47
48
- name: Install .NET SDK ${{ matrix.dotnet }}
49
run: ./.github/scripts/install-dotnet-${{ matrix.os }} ${{ matrix.dotnet }} ${{ matrix.arch }}
0 commit comments