Skip to content

Commit

Permalink
chore(imgcmp): allow writeback
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored Apr 29, 2024
1 parent 389ea10 commit 450e6c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/imgcmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
jobs:
build:
name: Optimize images
runs-on: ubuntu-latest
runs-on: ubuntu-latest
permissions:
contents: write
steps:
-
uses: 9sako6/imgcmp@master
Expand Down

0 comments on commit 450e6c8

Please sign in to comment.