Merge pull request #6083 from Devils-Knight/permission

fix: permissions for build.yml
This commit is contained in:
Christoph Atteneder 2022-03-08 11:31:33 +01:00 committed by GitHub
commit 185d80e8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}