Skip to content

Commit 13f0df2

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 129ec59 commit 13f0df2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/optimize-images.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
name: Optimize Storage Images
1414

15+
permissions:
16+
contents: read
17+
1518
on:
1619
schedule:
1720
- cron: '0 6 * * 1'

0 commit comments

Comments
 (0)