Merge pull request #5049 from minrk/explicit-permissions

set default permissions on workflows
This commit is contained in:
Min RK
2025-04-15 13:04:37 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ on:
- "**"
workflow_dispatch:
permissions:
contents: read
jobs:
build-release:
runs-on: ubuntu-22.04

View File

@@ -29,6 +29,9 @@ on:
- "**"
workflow_dispatch:
permissions:
contents: read
env:
# UTF-8 content may be interpreted as ascii and causes errors without this.
LANG: C.UTF-8