Skip to content

Commit 249c6c6

Browse files
authored
Merge pull request #21 from natrontech/feat/jfu-2
ci: improve cleanup action
2 parents d065b58 + ee667a3 commit 249c6c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cleanup.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
clean:
1212
runs-on: ubuntu-latest
1313
name: Delete old test images
14+
permissions:
15+
packages: write
1416
steps:
1517
- name: cleanup ghcr
16-
uses: snok/[email protected]
18+
uses: snok/container-retention-policy@4f22ef80902ad409ed55a99dc5133cc1250a0d03 # v3.0.0
1719
with:
1820
account: natrontech
1921
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)