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'