Skip to content

Commit 1c8fd89

Browse files
committed
Image optimization workflow with PRs read permission
1 parent 061d971 commit 1c8fd89

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
- many
2828
- with-apps
2929
- ssr
30+
3031
permissions:
3132
checks: write
3233
contents: read

.github/workflows/calibreapp-image-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ on:
88
- '**.png'
99
- '**.webp'
1010
- 'package-lock.json'
11+
1112
permissions:
1213
contents: write
14+
pull-requests: read
1315

1416
jobs:
1517
build:

0 commit comments

Comments
 (0)