Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
nice icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jan 2, 2024
1 parent 8fce428 commit abf5ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
#
# https://github.com/marketplace/actions/ghcr-cleaner
# Forked from: https://github.com/Chizkiyahu/delete-untagged-ghcr-action
- uses: quartx-analytics/ghcr-cleaner@v1
- name: GHCR 🚮
uses: quartx-analytics/ghcr-cleaner@v1
with:
token: ${{ secrets.PAT_TOKEN }}
repository-owner: ${{ github.repository_owner }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ jobs:
#
# https://github.com/marketplace/actions/ghcr-cleaner
# Forked from: https://github.com/Chizkiyahu/delete-untagged-ghcr-action
- uses: quartx-analytics/ghcr-cleaner@v1
- name: GHCR 🚮
uses: quartx-analytics/ghcr-cleaner@v1
with:
token: ${{ secrets.PAT_TOKEN }}
repository-owner: ${{ github.repository_owner }}
Expand Down

0 comments on commit abf5ebd

Please sign in to comment.