From 275d50e343dbeeacd31271474a59b736c40acec1 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Tue, 19 Sep 2023 14:38:44 +0200 Subject: [PATCH] (actions) use DEPENDABOT_TOKEN for container cleanup --- .github/workflows/cleanup_container_tags.yml | 1 + .github/workflows/cleanup_untagged_containers.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cleanup_container_tags.yml b/.github/workflows/cleanup_container_tags.yml index b73b323a3..ac9ff825b 100644 --- a/.github/workflows/cleanup_container_tags.yml +++ b/.github/workflows/cleanup_container_tags.yml @@ -14,6 +14,7 @@ jobs: uses: tue-robotics/tue-env/ci/organization-packages@master with: package-type: container + token: ${{ secrets.DEPENDABOT_TOKEN }} delete_container_tag: name: Delete container tag diff --git a/.github/workflows/cleanup_untagged_containers.yml b/.github/workflows/cleanup_untagged_containers.yml index 5d968c406..918dc1923 100644 --- a/.github/workflows/cleanup_untagged_containers.yml +++ b/.github/workflows/cleanup_untagged_containers.yml @@ -17,7 +17,7 @@ jobs: uses: tue-robotics/tue-env/ci/organization-packages@MatthijsBurgh-patch-1 with: package-type: container - token: ${{ secrets.MATTHIJS_TOKEN }} + token: ${{ secrets.DEPENDABOT_TOKEN }} delete_untagged_containers: name: Delete untagged containers