fix: add explicit permissions to GitHub Actions workflows (#131)

This commit is contained in:
Marco Cadetg 2026-01-09 17:09:54 +01:00 committed by GitHub
parent 807e87df54
commit d471e710cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@ on:
type: string
default: ''
permissions:
contents: read
env:
RUST_BACKTRACE: 1
CARGO_TERM_COLOR: always

View File

@ -14,6 +14,9 @@ on:
- '.github/workflows/build-platforms.yml'
- '.github/actions/**'
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/build-platforms.yml