mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-21 20:18:01 +01:00
Update image minimizer
This commit is contained in:
parent
694c3096e7
commit
2d4b8a82e8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/image-minimizer.yml
vendored
1
.github/workflows/image-minimizer.yml
vendored
|
@ -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});
|
||||
|
|
Loading…
Reference in a new issue