Merge pull request #734 from WordOps/alert-autofix-9

Potential fix for code scanning alert no. 9: Workflow does not contain permissions
This commit is contained in:
VirtuBox
2025-05-21 11:29:29 +02:00
committed by GitHub

View File

@@ -14,6 +14,9 @@ on:
schedule: schedule:
- cron: '0 0 * * 0' - cron: '0 0 * * 0'
permissions:
contents: read
jobs: jobs:
my_job: my_job:
name: test WordOps name: test WordOps