Update image minimizer

This commit is contained in:
Naveen Singh 2024-11-17 23:19:40 +05:30
parent 694c3096e7
commit 2d4b8a82e8
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -30,6 +30,7 @@ jobs:
uses: actions/github-script@v7
timeout-minutes: 3
with:
github-token: ${{ secrets.FOSSIFYBOT_TOKEN }}
script: |
const script = require('.github/workflows/image-minimizer.js');
await script({github, context});