Restrict workflow permissions

This commit is contained in:
AsamK 2022-12-03 15:17:30 +01:00
parent 44c945f45d
commit 47feda6ae4
3 changed files with 18 additions and 57 deletions

View file

@ -7,6 +7,9 @@ on:
pull_request:
workflow_call:
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build: