diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index bbb7902..15d5a06 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -29,8 +29,10 @@ jobs: - name: Publish run: | dotnet nuget push ./packages/*.nupkg \ - --source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json --allow-insecure-connections true - --api-key e59e39d60f30b539ae594d8cfc7a9771883d2eb0 + --source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json \ + --allow-insecure-connections true \ + --username Ronnie \ + --api-key ${{ secrets.NUGET_KEY }} # name: Gitea Actions Demo # run-name: ${{ gitea.actor }} is testing out Gitea Actions