Skip to content

Commit

Permalink
fix: Changing token to clean package's version to GITHUB_TOKEN (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfacchinelli authored Mar 27, 2024
1 parent c83f432 commit ebb208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: ./.doist/actions/ghcr-cleanup-action
with:
package-name: unfurlist
gh-auth-token: ${{ secrets.GH_PACKAGES_TOKEN }}
gh-auth-token: ${{ secrets.GITHUB_TOKEN }}
keep-last-number: '5'
dry-run: false

0 comments on commit ebb208b

Please sign in to comment.