From 59c24e889b67475654e8723d4ebd6b882e420607 Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Mon, 29 Jan 2024 14:01:37 +0100 Subject: [PATCH] add environment to step --- .github/workflows/image-retention.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/image-retention.yaml b/.github/workflows/image-retention.yaml index d76c223c..90bb2f19 100644 --- a/.github/workflows/image-retention.yaml +++ b/.github/workflows/image-retention.yaml @@ -54,4 +54,6 @@ jobs: - name: Delete Versions if: github.ref == 'refs/heads/main' run: go run ./cmd/cleanup/main.go + env: + PAT_CONTAINER_REGISTRY: ${{ secrets.PAT_CONTAINER_REGISTRY }} working-directory: ./github-actions/cleanup-packages/