mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-09 19:27:55 +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:
@@ -14,6 +14,9 @@ on:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
front-dependencies-installation:
|
||||
if: ${{ inputs.with-front-dependencies-installation == true }}
|
||||
|
||||
Reference in New Issue
Block a user