Skip to content

Commit 4b67628

Browse files
committed
Update image minimizer
1 parent 2138c6b commit 4b67628

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/image-minimizer.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ on:
88
pull_request_target:
99
types: [opened, edited]
1010

11-
permissions:
12-
issues: write
13-
pull-requests: write
14-
1511
jobs:
1612
try-minimize:
1713
runs-on: ubuntu-latest
1814

1915
steps:
2016
- uses: actions/checkout@v4
17+
with:
18+
token: ${{ secrets.FOSSIFYBOT_TOKEN }}
2119

2220
- uses: actions/setup-node@v4
2321
with:

0 commit comments

Comments
 (0)