diff --git a/.github/workflows/ghcr-cleanup.yml b/.github/workflows/ghcr-cleanup.yml index 9276ab4c3..f4fd42dca 100644 --- a/.github/workflows/ghcr-cleanup.yml +++ b/.github/workflows/ghcr-cleanup.yml @@ -13,6 +13,4 @@ jobs: uses: dataaxiom/ghcr-cleanup-action@v1 with: packages: autoplex/autoplex-python-3.12,autoplex/autoplex-python-3.11,autoplex/autoplex-python-3.10 - expand-packages: true - delete-untagged: true - token: ${{ secrets.GHCR_PAT }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file