ci: add minimal permissions on remaining workflows

This commit is contained in:
CosminPerRam 2025-04-26 00:37:40 +03:00
parent d4154aa511
commit f760f0c726
3 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,9 @@ on:
- ".github/workflows/games_list.yml" # This action
workflow_dispatch:
permissions:
contents: read
jobs:
check_file:

View file

@ -11,6 +11,9 @@ on:
- ".github/workflows/id-tests.yml" # This action
workflow_dispatch:
permissions:
contents: read
jobs:
test:

View file

@ -17,6 +17,9 @@ on:
- "package-lock.json"
- ".github/workflows/node.yml" # This action
permissions:
contents: read
jobs:
build: