mirror of https://github.com/domcyrus/rustnet.git
fix: add explicit permissions to GitHub Actions workflows (#131)
This commit is contained in:
parent
807e87df54
commit
d471e710cd
|
|
@ -19,6 +19,9 @@ on:
|
|||
type: string
|
||||
default: ''
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@ on:
|
|||
- '.github/workflows/build-platforms.yml'
|
||||
- '.github/actions/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: ./.github/workflows/build-platforms.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue