mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 13:15:23 +00:00
Set minimal permissions to Github Workflows (#3972)
This commit is contained in:
@@ -10,6 +10,9 @@ on:
|
||||
- docs/examples/**
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
# we don't want to have concurrent jobs, and we don't want to cancel running jobs to avoid broken publications
|
||||
concurrency:
|
||||
group: documentation
|
||||
|
||||
Reference in New Issue
Block a user