Skip to content

Commit 60feffe

Browse files
committed
Enhance GitHub Actions workflow by adding write permissions for contents, ensuring proper access for security updates and image publishing.
1 parent e3c2093 commit 60feffe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/action_publish-images-security-updates.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
schedule:
1515
- cron: '0 0 * * *' # Daily at midnight UTC
1616

17+
permissions:
18+
contents: write
19+
1720
jobs:
1821
scan-vulnerabilities:
1922
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)