Auth for nuget tooling
Some checks failed
Build on push / prepare (push) Successful in 27s
Build on push / build (push) Successful in 14s
Build on push / test (push) Failing after 2s

This commit is contained in:
2026-02-14 17:42:04 +01:00
parent 0f48552783
commit fef6b580e3

View File

@@ -51,13 +51,17 @@ jobs:
needs: build
container: git.sh-edraft.de/sh-edraft.de/act-runner:latest
steps:
- name: Configure nuget
run: |
dotnet nuget add source --name git_sh-edraft_de --username ${{ secrets.CI_USERNAME }} --password ${{ secrets.CI_ACCESS_TOKEN }} --store-password-in-clear-text https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
- name: Install package-cleanup tool
shell: bash
run: |
dotnet tool install \
--tool-path .tools \
sh.actions.package-cleanup \
--add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
--source sh-git_sh-edraft_de
- name: Run package-cleanup
shell: bash