Skip to content

Commit

Permalink
Merge pull request #45 from aegenet/chore-fix-clean-pkg-2
Browse files Browse the repository at this point in the history
Chore: clean-pkg fix token
  • Loading branch information
aegenet committed Aug 2, 2024
2 parents 9c76a2b + e072109 commit 47fd030
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 47fd030

Please sign in to comment.