Limit permissions for github workflow

This commit is contained in:
Johannes Leupolz 2026-05-09 11:53:55 +00:00
parent ef060ce9d6
commit a563c442f8
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,9 @@ on:
tags:
- "*"
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
DEB_BUILD_OPTIONS: nocheck

View file

@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
env:
CARGO_TERM_COLOR: always