From 3198e367d121fa6db139ff17b03b84266614b6ac Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Wed, 11 Jan 2023 14:33:50 +0100 Subject: [PATCH] Update cleanup-packages.yml --- .github/workflows/cleanup-packages.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cleanup-packages.yml b/.github/workflows/cleanup-packages.yml index ed4677e..688287b 100644 --- a/.github/workflows/cleanup-packages.yml +++ b/.github/workflows/cleanup-packages.yml @@ -5,13 +5,15 @@ on: jobs: cleanup: - runs-on: ubuntu-latest + runs-on: alpine-latest name: Cleanup packages steps: - name: Delete old packages - uses: SmartsquareGmbH/delete-old-packages@v0.6.0 + uses: smartsquaregmbh/delete-old-packages@v0.6.0 with: - keep: 5 + token: ${{ secrets.GH_ACCESS_TOKEN }} + type: container + keep: 3 names: | addon-3dprinter-octoprint-armv7 addon-3dprinter-octoprint-amd64