From bb4f2ddc66d99416fb0010049edcd79fde95d8ce Mon Sep 17 00:00:00 2001 From: Yvan Sraka Date: Tue, 9 Apr 2024 09:25:41 +0200 Subject: [PATCH] Update `cleanup.yml` --- .github/workflows/cleanup.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 924f849..1ec480d 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -16,9 +16,6 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up GitHub CLI - uses: actions/setup-cli@v2 - - name: Authenticate with GitHub Container Registry run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token