From 2c287ffc45f60f688d636f07e7c64481b2d71ada Mon Sep 17 00:00:00 2001 From: burnettk Date: Tue, 26 Sep 2023 20:10:06 -0400 Subject: [PATCH] document this jank --- .github/workflows/container_retention_policy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_retention_policy.yml b/.github/workflows/container_retention_policy.yml index db1c8cebb..9847876a2 100644 --- a/.github/workflows/container_retention_policy.yml +++ b/.github/workflows/container_retention_policy.yml @@ -5,7 +5,6 @@ on: schedule: - cron: "0 0 1 * *" # every day at midnight - jobs: clean-ghcr: name: Delete old unused container images @@ -20,4 +19,5 @@ jobs: org-name: sartography keep-at-least: 1 filter-tags: "main-*" + # see https://github.com/settings/tokens/1335541013 under burnettk, classic personal access token with write:packages, read:packages, and delete:packages token: ${{ secrets.PERSONAL_TOKEN_FOR_CONTAINER_CLEANUP }}