set default permissions on workflows

already set on others
This commit is contained in:
Min RK
2025-04-15 12:58:14 +02:00
parent 79782d01c9
commit cb3391e2cd
2 changed files with 6 additions and 0 deletions

View File

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

View File

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