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