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

Commit

Permalink
fix?: container-retention-policy permissions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNozomi committed Feb 25, 2022
1 parent 156f728 commit e683fc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container-retention-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- cron: '0 0 * * *' # every day at midnight
workflow_dispatch:


jobs:
clean-ghcr:
name: Delete old unused container images
Expand All @@ -19,4 +18,4 @@ jobs:
account-type: org
org-name: confederacionhispana
keep-at-least: 5
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.DELETE_PACKAGES_TOKEN }}

0 comments on commit e683fc3

Please sign in to comment.