From 7266590bbfef99cf912f2ffa3ef17809b7a2e6d2 Mon Sep 17 00:00:00 2001 From: ronnie Date: Fri, 10 Apr 2026 20:45:07 -0400 Subject: [PATCH] token --- .github/workflows/auto_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_release.yaml b/.github/workflows/auto_release.yaml index 2bd7e06..1f878d4 100644 --- a/.github/workflows/auto_release.yaml +++ b/.github/workflows/auto_release.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v6 with: # Use your GitHub Personal Access Token variable here. - token: ${{ secrets.GH_BASIC }} + token: ${{ secrets.NUGET_KEY }} lfs: true submodules: 'recursive'