diff --git a/.github/workflows/cleanup_container_tags.yml b/.github/workflows/cleanup_container_tags.yml index b73b323a3..e6b94a65a 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.READ_PACKAGES_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..5bdac57e1 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.READ_PACKAGES_TOKEN }} delete_untagged_containers: name: Delete untagged containers