Skip to content

Commit

Permalink
chore(clean-pkg): fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
aegenet committed Aug 2, 2024
1 parent 5e61125 commit e072109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
package-type: 'npm'
min-versions-to-keep: 5
include-versions: '^999\.|\-dev$'
token: ${{ secrets.NPM_AUTH_TOKEN }}
token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
sleep-interval: 10000

0 comments on commit e072109

Please sign in to comment.