Skip to content

Commit 36f5af6

Browse files
committed
Update image minimizer
1 parent 6751fda commit 36f5af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/image-minimizer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/github-script@v7
3131
timeout-minutes: 3
3232
with:
33+
github-token: ${{ secrets.FOSSIFYBOT_TOKEN }}
3334
script: |
3435
const script = require('.github/workflows/image-minimizer.js');
3536
await script({github, context});

0 commit comments

Comments
 (0)