From a3aa9e00612a6129e74751ee8f4455504ff41409 Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Tue, 18 Mar 2025 13:54:39 +1300 Subject: [PATCH] Use PAT to publish --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}