Restrict Github workflow job permissions

This commit is contained in:
Joël Stemmer 2022-09-30 22:48:06 +01:00
parent 79c139d4b9
commit b1271c39f9

View File

@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest