Use PAT for cleanup

This commit is contained in:
BtbN 2023-03-18 14:27:17 +01:00
parent b78f798c9f
commit c6c7051948
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Cleanup - name: Cleanup
uses: Chizkiyahu/delete-untagged-ghcr-action@v2 uses: Chizkiyahu/delete-untagged-ghcr-action@v2
with: with:
token: ${{ github.token }} token: ${{ secrets.CLEANUP_PAT }}
repository_owner: ${{ github.repository_owner }} repository_owner: ${{ github.repository_owner }}
repository: ${{ github.repository }} repository: ${{ github.repository }}
owner_type: user owner_type: user