mirror of
https://github.com/nlohmann/json.git
synced 2026-05-11 08:45:23 +00:00
Set minimal permissions to Github Workflows (#3972)
This commit is contained in:
@@ -9,6 +9,9 @@ on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
Reference in New Issue
Block a user