We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6751fda commit 36f5af6Copy full SHA for 36f5af6
.github/workflows/image-minimizer.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: actions/github-script@v7
31
timeout-minutes: 3
32
with:
33
+ github-token: ${{ secrets.FOSSIFYBOT_TOKEN }}
34
script: |
35
const script = require('.github/workflows/image-minimizer.js');
36
await script({github, context});
0 commit comments