From c3eea4cc772d59374d56c12c5405accc661913c2 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Fri, 21 Jun 2024 13:12:20 +0100 Subject: [PATCH] Try new scripts --- .github/workflows/remove-untagged.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/remove-untagged.yml b/.github/workflows/remove-untagged.yml index 6a70e63..bf80d79 100644 --- a/.github/workflows/remove-untagged.yml +++ b/.github/workflows/remove-untagged.yml @@ -31,3 +31,4 @@ jobs: uses: nationalarchives/ds-docker-actions/.github/actions/remove-untagged@main with: docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }} + github-token: ${{ secrets.GITHUB_TOKEN }}