From 23d15c0d33150c076403d3565c456db722743990 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Tue, 19 Sep 2023 13:52:25 +0200 Subject: [PATCH] (actions) use dependabot token --- .github/workflows/cleanup_container_tags.yml | 1 + .github/workflows/cleanup_untagged_containers.yml | 1 + 2 files changed, 2 insertions(+) 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 df297b815..918dc1923 100644 --- a/.github/workflows/cleanup_untagged_containers.yml +++ b/.github/workflows/cleanup_untagged_containers.yml @@ -17,6 +17,7 @@ jobs: uses: tue-robotics/tue-env/ci/organization-packages@MatthijsBurgh-patch-1 with: package-type: container + token: ${{ secrets.DEPENDABOT_TOKEN }} delete_untagged_containers: name: Delete untagged containers