diff --git a/.github/workflows/ghcr_cleanup.yml b/.github/workflows/ghcr_cleanup.yml index 89cf8f0dc..1046c5218 100644 --- a/.github/workflows/ghcr_cleanup.yml +++ b/.github/workflows/ghcr_cleanup.yml @@ -8,6 +8,8 @@ on: jobs: - name: ghcr.io cleanup runs-on: ubuntu-latest + permissions: + packages: write if: github.repository_owner == 'autoatml' && github.ref == 'refs/heads/main' steps: - uses: dataaxiom/ghcr-cleanup-action@v1