mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-09 10:36:37 +00:00
Explicitly define global permissions for the GitHub token
This commit is contained in:
parent
2e3431c0ae
commit
9bc4cbe849
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,6 +8,8 @@ on:
|
|||||||
branches: ['*']
|
branches: ['*']
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
2
.github/workflows/rebuild-latest-release.yml
vendored
2
.github/workflows/rebuild-latest-release.yml
vendored
@ -5,6 +5,8 @@ on:
|
|||||||
- cron: '20 04 * * 1'
|
- cron: '20 04 * * 1'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
trigger-rebuild:
|
trigger-rebuild:
|
||||||
|
Loading…
Reference in New Issue
Block a user