diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d5d5b6..de9ef8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: - name: Push run: dotnet nuget push CSSUDII.Sodium.Interop.${VERSION}.nupkg --source https://git.119.224.65.18.sslip.io/api/packages/CSSUDII/nuget/index.json - --api-key ${GITHUB_TOKEN} + --api-key ${NUGET_TOKEN} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}