From ad9eaccf036641cdbc49d3246c9a2f0849c4f396 Mon Sep 17 00:00:00 2001 From: Aakash Ashok Naik <91958822+naik-aakash@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:38:20 +0000 Subject: [PATCH] add permissions --- .github/workflows/ghcr_cleanup.yml | 2 ++ 1 file changed, 2 insertions(+) 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