mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
ci: add minimal permissions on remaining workflows
This commit is contained in:
parent
d4154aa511
commit
f760f0c726
3 changed files with 9 additions and 0 deletions
3
.github/workflows/games_list.yml
vendored
3
.github/workflows/games_list.yml
vendored
|
|
@ -13,6 +13,9 @@ on:
|
|||
- ".github/workflows/games_list.yml" # This action
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
check_file:
|
||||
|
||||
|
|
|
|||
3
.github/workflows/id-tests.yml
vendored
3
.github/workflows/id-tests.yml
vendored
|
|
@ -11,6 +11,9 @@ on:
|
|||
- ".github/workflows/id-tests.yml" # This action
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
|
|
|
|||
3
.github/workflows/node.yml
vendored
3
.github/workflows/node.yml
vendored
|
|
@ -17,6 +17,9 @@ on:
|
|||
- "package-lock.json"
|
||||
- ".github/workflows/node.yml" # This action
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue