diff --git a/.gitea/workflows/nuget.yaml b/.gitea/workflows/nuget.yaml index 96a088e..2bf226a 100644 --- a/.gitea/workflows/nuget.yaml +++ b/.gitea/workflows/nuget.yaml @@ -11,7 +11,7 @@ jobs: cache: true source-url: https://git.mworkspace.cn/api/packages/GiteaActionsSample/nuget/index.json env: - NUGET_AUTH_TOKEN: ${{secrets.GITEA_TOKEN}} + NUGET_AUTH_TOKEN: ${{secrets.NUGET_APIKEY}} - name: Install dependencies run: dotnet restore - name: Build