mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 14:24:27 +00:00
Explicitly define global permissions for the GitHub token
This commit is contained in:
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:
|
||||||
|
Reference in New Issue
Block a user