mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
workflow: add empty permissions to missing ones (#887)
This commit is contained in:
parent
1ed5c41355
commit
83ecf1c0ec
1
.github/workflows/decomp-dev.yml
vendored
1
.github/workflows/decomp-dev.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
publish_progress_decomp_dev:
|
||||
|
|
|
|||
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: lint
|
||||
on: [push, pull_request]
|
||||
permissions: {}
|
||||
jobs:
|
||||
clang-format:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ name: PR-Review submitted
|
|||
on:
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
upload:
|
||||
|
|
|
|||
1
.github/workflows/progress.yml
vendored
1
.github/workflows/progress.yml
vendored
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
publish_progress:
|
||||
|
|
|
|||
1
.github/workflows/test-compile.yml
vendored
1
.github/workflows/test-compile.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: testcompile
|
||||
on: [push, pull_request]
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
test_compile:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
api-trigger-workflow:
|
||||
|
|
|
|||
Loading…
Reference in a new issue