mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-17 16:36:03 +00:00
Limit permissions for github workflow
This commit is contained in:
parent
ef060ce9d6
commit
a563c442f8
2 changed files with 6 additions and 0 deletions
3
.github/workflows/debian-package.yml
vendored
3
.github/workflows/debian-package.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
tags:
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
DEB_BUILD_OPTIONS: nocheck
|
||||
|
|
|
|||
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue