mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-10 19:57:54 +02:00
🔒️(CI) add permissions level on workflow
We add permissions level on workflow to avoid warning in github action logs. This is a warning and not an error, but it is good to have a clean log without warnings.
This commit is contained in:
@@ -8,6 +8,9 @@ on:
|
||||
branches:
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
install-dependencies:
|
||||
uses: ./.github/workflows/dependencies.yml
|
||||
|
||||
Reference in New Issue
Block a user