Skip to content

Commit

Permalink
(actions) use READ_PACKAGES_TOKEN for container cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 19, 2023
1 parent 30f64c1 commit 41c88b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cleanup_container_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_untagged_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41c88b7

Please sign in to comment.