diff --git a/.github/workflows/nuget-ci.yml b/.github/workflows/nuget-ci.yml index 011b6cf..30e1141 100644 --- a/.github/workflows/nuget-ci.yml +++ b/.github/workflows/nuget-ci.yml @@ -8,7 +8,7 @@ env: PACKAGE_OWNER: ${{ github.repository_owner }} PACKAGE_NAME: MongoDbGenericRepository.${{ env.PACKAGE_VERSION }}.nupkg PACKAGE_SOURCE: https://git.home.cuco.li/api/packages/${{ env.PACKAGE_OWNER }}/nuget/index.json - PACKAGE_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PACKAGE_TOKEN: ${{ secrets.GITEA_TOKEN }} jobs: build: