Reduce GitHub Actions build workflow permissions (#221)

This commit is contained in:
Stephan Schroevers
2022-09-08 08:54:43 +02:00
committed by GitHub
parent 4c8e125dcb
commit b88a668819

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- 'master'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04