Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y authored Dec 8, 2023
1 parent e784109 commit 234e975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_INSTALL_DIR: "./.dotnet"
NUGET_AUTH_TOKEN: ${{secrets.TEST_TOKEN}}
NUGET_AUTH_TOKEN: ${{secrets.GIT_TOKEN}}
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand All @@ -43,7 +43,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_INSTALL_DIR: "./.dotnet"
NUGET_AUTH_TOKEN: ${{secrets.TEST_TOKEN}}
NUGET_AUTH_TOKEN: ${{secrets.GIT_TOKEN}}
steps:
- uses: actions/checkout@v4
- name: Setup .NET
Expand Down

0 comments on commit 234e975

Please sign in to comment.