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