We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a57c8 commit 90f855eCopy full SHA for 90f855e
.github/workflows/nuget.yaml
@@ -48,13 +48,15 @@ jobs:
48
- "KubernetesClient.Basic"
49
- "KubernetesClient.Classic"
50
runs-on: ubuntu-latest
51
+ permissions:
52
+ packages: write
53
54
steps:
55
- name: Delete old NuGet packages
56
uses: actions/delete-package-versions@v4
57
with:
58
owner: ${{ env.GITHUB_REPOSITORY_OWNER }}
- repo: ${{ github.event.repository.name }}
59
token: ${{ secrets.GITHUB_TOKEN }}
60
package-name: ${{ matrix.nuget-package }}
61
+ package-type: nuget
62
min-versions-to-keep: 10
0 commit comments