Use PAT for cleanup
This commit is contained in:
parent
b78f798c9f
commit
c6c7051948
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clean.yml
vendored
2
.github/workflows/clean.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Cleanup
|
||||
uses: Chizkiyahu/delete-untagged-ghcr-action@v2
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
token: ${{ secrets.CLEANUP_PAT }}
|
||||
repository_owner: ${{ github.repository_owner }}
|
||||
repository: ${{ github.repository }}
|
||||
owner_type: user
|
||||
|
|
Loading…
Reference in a new issue