mirror of
https://git.tukaani.org/xz.git
synced 2025-04-20 06:30:50 +00:00
CI: Add 'permissions' to ci.yml and msvc.yml
This commit is contained in:
parent
1edc14e8ca
commit
b0d0e62474
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -18,6 +18,8 @@ on:
|
|||||||
# Allows running workflow manually
|
# Allows running workflow manually
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
POSIX:
|
POSIX:
|
||||||
strategy:
|
strategy:
|
||||||
|
2
.github/workflows/msvc.yml
vendored
2
.github/workflows/msvc.yml
vendored
@ -11,6 +11,8 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
MSVC:
|
MSVC:
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user