chore(workflows): update permissions across GitHub Actions workflows … (#14919)

…for consistency
This commit is contained in:
Antoine Moreaux
2025-10-06 17:36:41 +02:00
committed by GitHub
parent 843689ee05
commit 93d55d1bc2
19 changed files with 69 additions and 27 deletions
+5
View File
@@ -1,8 +1,13 @@
name: CD deploy main
permissions:
contents: read
on:
push:
branches:
- main
jobs:
deploy-main:
timeout-minutes: 3