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 e784109 commit 234e975Copy full SHA for 234e975
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
DOTNET_CLI_TELEMETRY_OPTOUT: true
19
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
20
DOTNET_INSTALL_DIR: "./.dotnet"
21
- NUGET_AUTH_TOKEN: ${{secrets.TEST_TOKEN}}
+ NUGET_AUTH_TOKEN: ${{secrets.GIT_TOKEN}}
22
steps:
23
- uses: actions/checkout@v4
24
- name: Setup .NET
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
0 commit comments